-
Notifications
You must be signed in to change notification settings - Fork 1
/
Unherf.mw
36 lines (24 loc) · 996 Bytes
/
Unherf.mw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
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 [http://www.cse.yorku.ca/~oz/hash.html 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''' <br />
'''--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]]