Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

Deflate disassember to convert a deflate, zlib, or gzip stream into a readable form.

License

NotificationsYou must be signed in to change notification settings

madler/infgen

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

infgen is a deflate stream disassembler. It will read a gzip, zlib, or rawdeflate stream, and output a readable description of the contents.

Motivation

infgen permits the examination of deflate compressed data for instructionalpurposes, to see how the data is compressed, and for debugging deflatecompressors.

Installation

Simply compileinfgen.c, and provide the compressed data to stdin. Thedisassembled output will be written to stdout. The zlib library needs to belinked for CRC-32 functionality that is used on PNG input.

Test

gzip < infgen.c | ./infgen

will display the disassembled result of compressing theinfgen source code.

Use:

infgen -h

to see the command options.

Documentation

A list of all of the command options and detailed technical documentation canbe found in the comments at the start ofinfgen.c

License

This code is under the zlib license, found in the source file and LICENSE.

About

Deflate disassember to convert a deflate, zlib, or gzip stream into a readable form.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages


[8]ページ先頭

©2009-2025 Movatter.jp