Skip to content

NotOfficer/Oodle.NET

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation



🚀 Oodle.NET

A .NET wrapper for Oodle

GitHub release Nuget Nuget Downloads GitHub issues License


📦 Installation

Install via NuGet:

Install-Package Oodle.NET

✨ Features

  • Thin .NET wrapper over the native Oodle library
  • Span-based Compress/Decompress with array, pointer, and nint overloads

🔧 Example Usage

using OodleDotNet;

using var oodle = new Oodle(@"C:\Test\oo2core_9_win64.dll");
var compressedBuffer = System.IO.File.ReadAllBytes(@"C:\Test\Example.bin");
var decompressedBuffer = new byte[decompressedSize];
var result = oodle.Decompress(compressedBuffer, decompressedBuffer);

🤝 Contributing

Contributions are welcome and appreciated!

Whether it's fixing a typo, suggesting an improvement, or submitting a pull request — every bit helps.


📄 License

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.

About

A .NET wrapper for Oodle

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages