unherf - Man Page
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
More information about the xoreos project can be found on its website.
Authors
This program is part of the xoreos-tools package, which in turn is part of the xoreos project, and was written by the xoreos team. Please see the AUTHORS
file for details.