Last updated:
0 purchases
nlzss
nlzss - (de)compression with Nintendo's LZSS format #
CLI Usage #
Compress #
cat file | nlzss compress > file.bin
copied to clipboard
Instead of compress you can also use the c shorthand. To specify the
algorithm to use, add --level 11 (default) or --level 10.
Decompress #
cat file.bin | nlzss decompress > file
copied to clipboard
Instead of decompress you can also use the d shorthand.
References #
nintendo-lz - The codebase was heavily inspired by this
nzlss[]
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.