PDA

View Full Version : Processing Zlib streams without headers


RamiroCruzo
19-09-2015, 09:00
Hi amigos, I wanted to ask if there was any way to know the detected zlib headers & manually processing them with precomp????

e.g. I used -intense0 -cn on a file & it showed 0/8 zlib streams processed......... Any way to process them without using -brute........

pakrat2k2
19-09-2015, 10:05
0/8 zlib streams processed means just that. the file didn't have ANY of the 8 possible streams so it was skipped. If a file had a zlib stream present the the number would be x/8
x=however many streams were present.

RamiroCruzo
20-09-2015, 22:31
Is there any way to know the compression method of precomp from the compressed file???

RamiroCruzo
21-09-2015, 00:24
0/8 zlib streams processed means just that. the file didn't have ANY of the 8 possible streams so it was skipped. If a file had a zlib stream present the the number would be x/8
x=however many streams were present.

This time used :

-v -c -slow

Any way to make prcomp process those skipped streams

http://s13.postimg.org/4yqmdphrr/Screenshot_60.png