1UNHERF(1)                 BSD General Commands Manual                UNHERF(1)
2

NAME

4     unherf — BioWare HERF archive extractor
5

SYNOPSIS

7     unherf [options] command file
8

DESCRIPTION

10     unherf extract BioWare HERF archives, found in the Nintendo DS game Sonic
11     Chronicles: The Dark Brotherhood.
12
13     A HERF, Hashed ERF, is a very simple archive, similar to BioWare's ERF
14     and RIM files.  Unlike those, HERF usually only store djb2 hashes of the
15     contained filenames.  This tool has a lookup table to convert the hashes
16     back into readable filenames.  Not all names are known yet.
17

OPTIONS

19     -h
20     --help
21           Show a help text and exit.
22     --version
23           Show version information and exit.
24     command
25         l   List archive contents
26         e   Extract files to current directory
27     file
28         The HERF archive to read.
29

EXAMPLES

31     List all files contained in the archive archive.herf:
32
33           $ unherf l archive.herf
34
35     Extract all files from the archive archive.herf:
36
37           $ unherf e archive.herf
38

SEE ALSO

40     unerf(1), unrim(1)
41
42     More information about the xoreos project can be found on its website:
43     https://xoreos.org/.
44

AUTHORS

46     This program is part of the xoreos-tools package, which in turn is part
47     of the xoreos project, and was written by the xoreos team.  Please see
48     the AUTHORS file for details.
49
50BSD                              July 23, 2015                             BSD
Impressum