|
|
|
|
|
by Rendello
1664 days ago
|
|
For anyone looking to write their own Deflate/Gzip/Zlib, I would recommend looking at the little program called `infgen`: > infgen is a deflate stream disassembler. It will read a gzip, zlib, or raw deflate stream, and output a readable description of the contents. https://github.com/madler/infgen |
|
Thanks, this would have saved me a bunch of time and I wish I'd known this before writing this article. I'll add it in as a footnote later on.
For anyone who's curious, here's the output of the infgen program on the gzip file in the article (I remade the file so the timestamp is different)