snzip icon indicating copy to clipboard operation
snzip copied to clipboard

Snzip, a compression/decompression tool based on snappy

Results 8 snzip issues
Sort by recently updated
recently updated
newest added

https://github.com/kubo/snzip/blob/809c6f2db74bdd2ccfc34f4dc30adf0338161af3/crc32.h#L15 It would appear that while calculating the masked CRC in the function above, you perform a bitwise NOT operator on the result before masking. I'm unsure what formats require...

I compressed a raw file with `snzip -t raw file` and when I run `snzip -t raw -d file.raw` I got the error message of uncompress failed.

When dealing with some legacy format files, I noticed that snzip will fail to read snappy-in-java format files that are concatenated together. The issue is when it encounters the 2nd...

When snzip tries to read a malfomed archive, it fail to allocate the memory. Output: ``` Ȥ�==12351==WARNING: AddressSanitizer failed to allocate 0xffffffffc8617364 bytes ==12351==AddressSanitizer's allocator is terminating the process instead...

Hi! I'm working on an Apple M2. I have `snappy 1.1.10` and `snzip 1.0.5` installed via Homebrew, When I try to run a command using raw format I get an...

Hi, Do you support window size for match offset > 64k when packet is greater? what are the parameters I should insert to do that I run snzip tool version...

Added `-o path` parameter to specify a custom destination/name for the output file. - Applies `-k` and only applies if `-c` is not used. - If the parameter points to...

We are compressing the data using snzip in a specific time zone. To explain more, we are compressing /dev/sdb's data into /dev/sdc. If you look at the picture below, you...