Unnds: Difference between revisions

From xoreos Wiki
Jump to navigation Jump to search
(Created page with "Nintendo DS archive extractor = Synopsis = unnds [<options>] <command> <file> = Description = '''unnds''' extract Nintendo DS ROMs. Only the resource files are extracted,...")
 
(No difference)

Latest revision as of 21:26, 18 September 2015

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