An open API service indexing awesome lists of open source software.

https://github.com/kermalis/simplenarc

A super-simple library to read NARC files
https://github.com/kermalis/simplenarc

narc nds rom-hacking romhacking

Last synced: about 1 month ago
JSON representation

A super-simple library to read NARC files

Awesome Lists containing this project

README

        

# SimpleNARC is a super-simple library to read NARC files

There is only one `NARC` class:

* It inherits IReadOnlyList\
* There's a method to save each file to a drive

As I said, it's super-simple.

It should work with the majority of NARC files out there, but I don't have odd cases to test, so create an issue if you experience problems.

This library is .NET Standard 2.0.

----
# SimpleNARC uses:
* [My EndianBinaryIO library](https://github.com/Kermalis/EndianBinaryIO)