More actions
No edit summary |
m (Text replacement - "|discussion=" to "|donation=") |
||
(7 intermediate revisions by the same user not shown) | |||
Line 2: | Line 2: | ||
|title=Vita Homebrew PC Tools (PC Utilities) - GameBrew | |title=Vita Homebrew PC Tools (PC Utilities) - GameBrew | ||
|title_mode=append | |title_mode=append | ||
|image= | |image=psvitapc2.png | ||
|image_alt= | |image_alt=prxtool | ||
}} | }} | ||
{{Infobox Vita Homebrews | {{Infobox Vita Homebrews | ||
|title= | |title=prxtool | ||
|image= | |image=psvitapc2.png | ||
|description=A simple tool to manipulate Sony PSP(tm) PRX files. | |description=A simple tool to manipulate Sony PSP(tm) PRX files. | ||
|author=TheFloW | |author=TheFloW | ||
|lastupdated= | |lastupdated=2018/07/30 | ||
|type=PC Utilities | |type=PC Utilities | ||
|version=1.0 | |version=1.0 | ||
Line 17: | Line 17: | ||
|website=https://wololo.net/talk/viewtopic.php?t=43369 | |website=https://wololo.net/talk/viewtopic.php?t=43369 | ||
|source=https://github.com/TheOfficialFloW/prxtool | |source=https://github.com/TheOfficialFloW/prxtool | ||
|donation=https://www.patreon.com/TheOfficialFloW | |||
}} | }} | ||
PRXTool is a simple tool to manipulate Sony PSP(tm) PRX files. Prxtool can: | PRXTool is a simple tool to manipulate Sony PSP(tm) PRX files. Prxtool can: | ||
Line 47: | Line 48: | ||
==Changelog== | ==Changelog== | ||
'''v1.0''' | '''v1.0''' | ||
* | * Added vita support. | ||
==Credits== | ==Credits== | ||
Line 53: | Line 54: | ||
* capstone. | * capstone. | ||
* UVLoader relocation code. | * UVLoader relocation code. | ||
* Mrbrown for adding autoconfig. | |||
* All the other people who contribute to legit PSP dev work. | |||
*Mrbrown for adding autoconfig. | |||
* | |||
This is a good companion to libdoc as that provides the XML file used to get names and such for functions. | This is a good companion to libdoc as that provides the XML file used to get names and such for functions. | ||
Line 64: | Line 63: | ||
* Wololo - https://wololo.net/talk/viewtopic.php?t=43369 | * Wololo - https://wololo.net/talk/viewtopic.php?t=43369 | ||
* Github - https://github.com/TheOfficialFloW/prxtool | * Github - https://github.com/TheOfficialFloW/prxtool | ||
[[Category:Support the author]] |
Latest revision as of 00:56, 14 August 2023
prxtool | |
---|---|
General | |
Author | TheFloW |
Type | PC Utilities |
Version | 1.0 |
License | AFL-2.0 |
Last Updated | 2018/07/30 |
Links | |
Download | |
Website | |
Source | |
Support Author | |
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.
- 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.