forked from pspdev/prxtool
-
Notifications
You must be signed in to change notification settings - Fork 0
/
README
29 lines (18 loc) · 858 Bytes
/
README
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
PRXTool: A simple tool to manipulate Sony PSP(tm) PRX files.
PRXTool is licensed under the AFL v2.0. Please read the LICENSE file for further
information.
This README is going to be short and to the point.
Installation:
Do the old ./bootstrap and ./configure thing, then type make (or gmake). You can
then install the tool if you want using make install.
Example:
./bootstrap; ./configure; make; make install
Usage:
Prxtool is designed for a number of functions, it can output an IDC file for use in
IDA Pro. It can output an ELF file from a PRX, it can also dissassemble the PRX
into a pretty printed form.
Anyway this is a good companion to libdoc as that provides the XML file used to
get names and such for functions.
TyRaNiD (c) 2k6
Thx to Mrbrown for autoconfing this stuff and all the other people who contribute to
legit PSP dev work.