Usage (Windows): gbxlzo <infile> [params]
Parameters:
-c- only compress-d- only decompress-o <path>- output path-v- verbose
Usage (Linux): gbxlzo [OPTION...] <infile>
Parameters:
-c,--compressonly compress-d,--decompressonly decompress-o,--output=FILEoutput path-v,--verboseverbose-?,--helpGive this help list--usageGive a short usage message-V,--versionPrint program version
Examples:
gbxlzo Race01.Challenge.Gbx -d -v -o Race01.Uncompressed.Challenge.Gbx
gbxlzo Race08.Challenge.Gbx
If output path is not provided, the input file will be used as output.
By default, the program will decompress compressed files and vice versa.
You can force the program to only de/compress the file using the -d and -c parameters.
This project uses the miniLZO library. You can read the license here.
This project requires gcc compiler, make and cmake.
git clone https://github.com/GreffMASTER/GBXLZO/
mkdir build && cd build
cmake ..
make