aboutsummaryrefslogtreecommitdiff
path: root/README.md
blob: b6c9b91e694f580088a83abf0b0a94161adf42b9 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
## cripper

the C program that rips your PH3 archives apart

### Usage:

    # to compile it:
    make
    # to rip apart an archive:
    ./cripper --verbose archive.dat path/to/destination
    # same, but doesn't produce output:
    ./cripper archive.dat path/to/destination

### Further reading

[Notes on the format](https://gist.github.com/bluebear94/f5a7afe5396b2626d63546bda400bffa)