Unherf

From xoreos Wiki
Revision as of 21:20, 18 September 2015 by DrMcCoy (talk | contribs) (Created page with "BioWare HERF archive extractor = Synopsis = unherf [<options>] <command> <file> = Description = '''unherf''' extract BioWare HERF archives, found in the Nintendo DS game ...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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.

BioWare HERF archive extractor

Synopsis

unherf [<options>] <command> <file>

Description

unherf extract BioWare HERF archives, found in the Nintendo DS game Sonic Chronicles: The Dark Brotherhood.

A HERF, Hashed ERF, is a very simple archive, similar to BioWare's ERF and RIM files. Unlike those, HERF usually only store djb2 hashes of the contained filenames. This tool has a lookup table to convert the hashes back into readable filenames. Not all names are known yet.

Options

-h
--help

Show a help text and exit.

--version

Show version information and exit.

<command>

l   List archive contents
e   Extract files to current directory

<file>

The HERF archive to read.

Examples

List all files contained in the archive archive.herf:

unherf l archive.herf

Extract all files from the archive archive.herf:

unherf e archive.herf

See also

unerf, unrim