Linoodle
A Linux wrapper for the Oodle Data Compression library
Install / Use
/learn @McSimp/LinoodleREADME
linoodle
A Linux wrapper for the Oodle Data Compression library.
It essentially works like this:
- Parse the Windows Oodle DLL in the current directory (
oo2core_8_win64.dll) using thepe-parselibrary - Map the PE into memory
- Perform relocations
- Resolve imports to point to our own implementation of the minimum set of required Windows API functions
- Setup the
gsregister to point to a fakeTIBstructure - Execute the DLL's entry point
- Execute whatever Oodle exports you want (currently only
OodleLZ_Decompress)
Usage
When you clone this repository, make sure you use --recurse-submodules to get the pe-parse submodule.
Otherwise you can run git submodule update --init after you've cloned it.
After that, just use cmake to build the project and you'll get a liblinoodle.so file created in the build
directory. You can link to this or use dlopen, then call the OodleLZ_Decompress export.
mkdir build
cd build
cmake ..
cd ..
cmake --build build/
This will also build an executable which tests that the library works. Run it with ./build/testlinoodle.
Related Skills
node-connect
340.5kDiagnose OpenClaw node connection and pairing failures for Android, iOS, and macOS companion apps
frontend-design
84.2kCreate distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, or applications. Generates creative, polished code that avoids generic AI aesthetics.
openai-whisper-api
340.5kTranscribe audio via OpenAI Audio Transcriptions API (Whisper).
commit-push-pr
84.2kCommit, push, and open a PR
