zlib
uncompress zlib network packet from hex
I am reversing some kind of protocol and it looks like it is using zlib compression, the current packet is :[详细]
2023-01-09 04:02 分类:问答boost::iostreams::zlib::default_noheader seems to be ignored
I\'m having trouble getting boost::iostreams\'s zlib filter to ignore gzip headers ... It seems that setting zlib_param\'s default_noheader to true and then calling zlib_decompressor() produces the \'[详细]
2023-01-07 08:37 分类:问答Why am I getting an ferror on my source file using zlib deflate?
EDIT // open output file for writing if ( ( outfilefd = fopen( file_name, \"w+t\" ) ) == NULL ) { fprintf(stderr, \"Unable to create file\\n\");[详细]
2023-01-07 04:24 分类:问答Trying to compile program that uses zlib. Link unresolved error
While trying to compile program, that uses zlib, i got following errors: Error 1error LNK2019: unresolved[详细]
2023-01-07 02:00 分类:问答zlib directly for uncompressing a zip folder for iphone
Is it possible to use the bare minimum zlib available on iPhone to uncompress a zip of a folder. I don\'t want to go for a open source library, please enlighten me the difficulty or possibility of imp[详细]
2023-01-07 00:24 分类:问答Compression problems, zlib?
I\'ve been googling for long time already, and I still dont know how to use zlib. Could someone just give exact instructions what I have to do to use it? (MS Visual C++ 2010 on Win7 32). Please not th[详细]
2023-01-06 16:15 分类:问答zlib.error: Error -3 while decompressing: incorrect header check
I have a gzip file and I am trying to read it via Python as below: import zlib do = zlib.decompressobj(16+zlib.MAX_WBITS)[详细]
2023-01-05 00:01 分类:问答How to compress a string in .net c# and decompress it in flash as3?
I have to load a large xml in flash and I\'m trying to send it compressed. To do that I tried to zlib compress the string and send it base64 encoded. In flash I turn the string into a byte array and u[详细]
2023-01-04 06:47 分类:问答zlib: Decompressed File Size?
I\'m using zlib to decompress a file. I want to verify that there is enough disk space to unzip the f开发者_如何学编程ile. Do the zip format and zlib provide facilities to determine the decompressed s[详细]
2023-01-03 23:01 分类:问答Using ZLib unit to compress files vs using ZipForge
There are many questions on zipping in Delphi, anyway this is not a duplicate. I am using ZipForge for zip/unzip capability in my application.[详细]
2023-01-03 17:19 分类:问答