Unnds

From xoreos Wiki
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

Nintendo DS archive extractor

Synopsis

unnds [<options>] <command> <file>

Description

unnds extract Nintendo DS ROMs. Only the resource files are extracted, not the executable binaries.

Options

-h
--help

Show a help text and exit.

--version

Show version information and exit.

<command>

i   Display meta-information about the archive
l   List archive contents
e   Extract files to current directory

<file>

The NDS archive to read.

Examples

View meta-information of the archive archive.nds:

unnds i archive.nds

List all files contained in the archive archive.nds:

unnds l archive.nds

Extract all files from the archive archive.nds:

unnds e archive.nds

References