Bug in var->Def
[pspdecompiler.git] / README
blobf53c3de6f9b2bf54c8ec97a1d563c86838435cb2
1 pspdecompiler: A simple tool to decompile Sony PSP(tm) PRX files.
3 pspdecompiler is licensed under the AFL v2.0. Please read the LICENSE file for further information.
5 Requirements:
6   - libexpat1-dev
8 Compiling:
10 make clean
11 make all
13 Usage:
14   pspdecompiler [-g] [-n nidsfile] [-v] prxfile
15 Where:
16   -g    output graphviz dot
17   -t    print depth first search number
18   -r    print the reverse depth first search number
19   -d    print the dominator
20   -x    print the reverse dominator
21   -f    print the frontier
22   -z    print the reverse frontier
23   -p    print phi functions
24   -q    print code into nodes
25   -s    print structures
26   -e    print edge types
27   -c    output code
28   -v    increase verbosity
29   -n    specify nids xml file
30   -i    print prx info
33 Special thanks for TyRaNiD