## 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)