https://github.com/aybe/rncunpacker
Rob Northern Compression unpacker for .NET
https://github.com/aybe/rncunpacker
Last synced: about 1 year ago
JSON representation
Rob Northern Compression unpacker for .NET
- Host: GitHub
- URL: https://github.com/aybe/rncunpacker
- Owner: aybe
- License: mit
- Created: 2017-03-08T12:05:17.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2018-01-30T22:08:54.000Z (over 8 years ago)
- Last Synced: 2025-01-31T11:23:05.811Z (over 1 year ago)
- Language: C++
- Size: 27.3 KB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# RNCUnpacker
Rob Northern Compression unpacker for .NET
This is a C# library that wraps the native implementation found in [CorsixTH](https://github.com/CorsixTH/CorsixTH). It is exposed as an ```RNCStream``` which will automatically unpack packed content if it is, e.g. you can use it to load any content transparently, whether or not it is RNC-packed.
### Download
See the [releases tab](https://github.com/aybe/RNCUnpacker/releases).
There are two flavors available:
- regular .NET 4.6 assemblies
- Unity3D .NET 4.6 assemblies
(they only differ by their ```DLLImport``` attributes)
### Known issues
The native implementation only supports the first compression scheme.