pokeplatinum/tools/nitroarc
2026-02-27 22:49:14 -05:00
..
doc Unpack pl_batt_obj (#980) 2026-02-27 22:49:14 -05:00
lib Replace narc subproject with vendored nitroarc (#969) 2026-02-23 16:35:08 -08:00
src Unpack pl_batt_obj (#980) 2026-02-27 22:49:14 -05:00
meson.build Replace narc subproject with vendored nitroarc (#969) 2026-02-23 16:35:08 -08:00
README.md Replace narc subproject with vendored nitroarc (#969) 2026-02-23 16:35:08 -08:00

nitroarc

An implementation of the Nitro Archive file format used by the Nintendo DS.

This tooling is split into two core components: a C library implementing the archive format specification and a command-line program for inspecting and manipulating archives.

Usage

The library header aims to be well-documented and cover most of the use-cases associated with manipulating archive files. Example code for the basics is available in the library documentation.

The command-line tool provides help-text (nitroarc --help) containing a list of available options, a summary of each option's functionality, and examples illustrating rudimentary invocation. A program manual provides detailed information on the various execution modes.

Contributing

Please report bugs and submit patches to the upstream repository.