Install via NuGet:
Install-Package Oodle.NET- Thin .NET wrapper over the native Oodle library
- Span-based
Compress/Decompresswith array, pointer, andnintoverloads
usingOodleDotNet;usingvaroodle=newOodle(@"C:\Test\oo2core_9_win64.dll");varcompressedBuffer=System.IO.File.ReadAllBytes(@"C:\Test\Example.bin");vardecompressedBuffer=newbyte[decompressedSize];varresult=oodle.Decompress(compressedBuffer,decompressedBuffer);Contributions are welcome and appreciated!
Whether it's fixing a typo, suggesting an improvement, or submitting a pull request — every bit helps.
This project is licensed under the MIT License.
⭐️ Star the repo if you find it useful!
Feel free to open an issue if you have any questions or feedback.