Skip to main content
added 2 characters in body
Source Link

The simple inflate program pufftest.cpufftest.c found in contrib/puffcontrib/puff of zlib packet by Mark Adler himself can handle raw zlibzlib data whithout header bytes and Adler32 checksum.

  Compile with

cc -o pufftest puff.c pufftest.c

cc -o pufftest puff.c pufftest.c and to inflate:

pufftest < raw.zlib > decompressed

pufftest < raw.zlib > decompressed. Note:, it can't deflate.

The simple inflate program pufftest.c found in contrib/puff of zlib packet by Mark Adler himself can handle raw zlib data whithout header bytes and Adler32 checksum.

  Compile with

cc -o pufftest puff.c pufftest.c

and to inflate:

pufftest < raw.zlib > decompressed

Note: it can't deflate.

The simple inflate program pufftest.c found in contrib/puff of zlib packet by Mark Adler himself can handle raw zlib data whithout header bytes and Adler32 checksum. Compile with cc -o pufftest puff.c pufftest.c and to inflate: pufftest < raw.zlib > decompressed. Note, it can't deflate.

Apply code formatting, make command-lines more prominent
Source Link
AdminBee
  • 22.9k
  • 24
  • 50
  • 74

The simple inflate program pufftest.cpufftest.c found in contrib/puffcontrib/puff of zlib packet by Mark Adler himself can handle raw zlibzlib data whithout header bytes and Adler32 checksum. 

Compile with cc -o pufftest puff.c pufftest.c

cc -o pufftest puff.c pufftest.c

and to inflate: pufftest < raw.zlib > decompressed.

pufftest < raw.zlib > decompressed

Note,: it can't deflate.

The simple inflate program pufftest.c found in contrib/puff of zlib packet by Mark Adler himself can handle raw zlib data whithout header bytes and Adler32 checksum. Compile with cc -o pufftest puff.c pufftest.c and to inflate: pufftest < raw.zlib > decompressed. Note, it can't deflate.

The simple inflate program pufftest.c found in contrib/puff of zlib packet by Mark Adler himself can handle raw zlib data whithout header bytes and Adler32 checksum. 

Compile with

cc -o pufftest puff.c pufftest.c

and to inflate:

pufftest < raw.zlib > decompressed

Note: it can't deflate.

Source Link

The simple inflate program pufftest.c found in contrib/puff of zlib packet by Mark Adler himself can handle raw zlib data whithout header bytes and Adler32 checksum. Compile with cc -o pufftest puff.c pufftest.c and to inflate: pufftest < raw.zlib > decompressed. Note, it can't deflate.