Skip to content

Tool for compressing and extracting raw zlib compressed files.

License

Notifications You must be signed in to change notification settings

alexrsagen/go-zlib-tool

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

go-zlib-tool

Tool for compressing and extracting raw zlib compressed files.

Uses compress/zlib internally.

Should support any file starting with the following zlib magic headers:

  • 78 01 - No Compression/low
  • 78 9C - Default Compression
  • 78 DA - Best Compression

Can only extract a single compressed file.

Usage

Usage of go-zlib-tool:
  -c    Compress the input
  -x    Extract the input
  -i string
        Input path
  -o string
        Output path