No description
Oodle must know the size of the uncompressed data when decompressing data. If you don't know that size, the only option is to guess. And since it needs to be the exact number, you simply have to try every number. |
||
---|---|---|
.gitignore | ||
LICENSE | ||
oodle-cli.cpp | ||
oodle-cli.sln | ||
oodle-cli.vcxproj | ||
oodle-cli.vcxproj.filters | ||
oodle-cli.vcxproj.user | ||
oodle2.h | ||
README.adoc |
oodle-cli
A small wrapper around the Oodle library to allow decompressing data through a command line interface.
The goal is to make Oodle decompression easily available in a Unix environment, through Wine, where
linking against the Windows-only .dll
is not an option.
Building
So far, this has only been built on Windows. But doing so only requires a recent version of Visual Studio. Load the Solution and hit Build.