sunzip icon indicating copy to clipboard operation
sunzip copied to clipboard

Streaming unzip utility.

Results 7 sunzip issues
Sort by recently updated
recently updated
newest added

I was getting the following error with one of my archives: sunzip error: compressed data corrupted, check values mismatch in entry #3617 at offset 0x1119fc19 sunzip abort: zip file corrupted...

Add `-c cmd [cmd_arg ...] ;` option which, for each extracted file will spawn supplied program, supply decompressed file to its stdin and save its stdout instead of original file....

The reason other libraries read the TOC is because it's the source of truth about the contents of the file. Just like a hard drive has tables of contents but...

#defines are introduced for zip constants to improve readability. bugfix1: In the course of unzipping a record with a data descriptor and trying the various possibilities, additional bytes can be...

The `sunzip -l` option is equivalent to `-t -q -q`, but instead of testing decompression will only print the file and directory names as they are encountered in the stream....

Originally written for https://gist.github.com/root9b/65f0236128ba11a44cdb00e29e5ab81b/ and may be useful to others.

My attempt to address issue #1 See Markdown rendering on https://github.com/stain/sunzip/blob/build-instructions/README.md Obviously build instructions will vary alot by OS, but I thought an example for Debian/Ubuntu might be helpful, in...