Hi,
I would like to know how to determine how many zlib files are contained in a single file.
An example; Think I have 5 different files, and compressed them separately by using zlib. Then I combined them. So, I have one file contains 5 different zlib files. Now, how can I find how many zlib files are in that single file? I just need to find out the number of zlib files in a single file. I guess, I need to dump its hex code and grep some magic number, but could not figure out how to do that.
Could you help me out?
Thanks in advance,