典型的なzlib圧縮のヘッダー

## Starting with the .NET Framework 4.5, the DeflateStream class uses the zlib library.
https://msdn.microsoft.com/en-us/library/system.io.compression.deflatestream(v=vs.110).aspx
78 01
78 5e
78 9c
78 da
Above is the typical header for zilb compressed data but does not mean it always start with 78.
Could be start from these numbers as well.
08
18
28
38
48
58
68
78

Leave a Reply

Your email address will not be published. Required fields are marked *


The reCAPTCHA verification period has expired. Please reload the page.