More actions
No edit summary |
|||
Line 3: | Line 3: | ||
|title_mode=append | |title_mode=append | ||
|image=psvita2.png | |image=psvita2.png | ||
|image_alt= | |image_alt=prxtool | ||
}} | }} | ||
{{Infobox Vita Homebrews | {{Infobox Vita Homebrews | ||
|title= | |title=prxtool | ||
|image=psvita2.png | |image=psvita2.png | ||
|description=A simple tool to manipulate Sony PSP(tm) PRX files. | |description=A simple tool to manipulate Sony PSP(tm) PRX files. |
Revision as of 01:59, 13 Ocak 2023
prxtool | |
---|---|
General | |
Author | TheFloW |
Type | PC Utilities |
Version | 1.0 |
License | AFL-2.0 |
Links | |
Download | |
Website | |
Source | |
PRXTool is a simple tool to manipulate Sony PSP(tm) PRX files. Prxtool can:
- Output an IDC file which can be used with IDA Pro.
- Output an ELF file.
- Disassemble PRX files into a pretty printed format.
Features
- Relocated assembly.
- Show exports and imports.
- Show subroutines and local branches.
- Show data references.
- Support for custom relocation.
User guide
Examples:
- yifanlu's hello world (http://pastebin.com/9KTS8f81)
- xerpi's vita-8 (http://pastebin.com/CH58Dv8T)
How to use:
ARM mode prxtool -w file.elf > file.asm THUMB mode prxtool -i -w file.elf > file.asm
Changelog
v1.0
- Added vita support.
Credits
- psp's origin prxtool.
- capstone.
- UVLoader relocation code.
Credits
- Mrbrown for adding autoconfig.
- all the other people who contribute to legit PSP dev work.
This is a good companion to libdoc as that provides the XML file used to get names and such for functions.