More actions
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
{{#seo: | {{#seo: | ||
|title=Vita Homebrew PC Tools (PC Utilities) - GameBrew! | |title=Vita Homebrew PC Tools (PC Utilities) - GameBrew! | ||
Line 14: | Line 13: | ||
|type=PC Utilities | |type=PC Utilities | ||
|version=1.0 | |version=1.0 | ||
|license= | |license=AFL v2.0 | ||
|download=https://dlhb.gamebrew.org/vitahomebrews/prxtoolvita.7z | |download=https://dlhb.gamebrew.org/vitahomebrews/prxtoolvita.7z | ||
|website= | |website= | ||
|source=https://github.com/TheOfficialFloW/prxtool | |source=https://github.com/TheOfficialFloW/prxtool | ||
}} | }} | ||
'''PRXTool''' is a simple tool to manipulate Sony PSP(tm) PRX files. | |||
== | ==What is PRXTool?== | ||
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 | |||
== | ==How To Build PRXTool== | ||
To compile prxtool, run: | |||
<pre> | |||
$ ./bootstrap | |||
$ ./configure | |||
$ make | |||
</pre> | |||
You can install it by running: | |||
<pre> | |||
$ [sudo] make install | |||
</pre> | |||
== | ==Screenshot== | ||
[[image:prxtoolvita.jpg|600px]] | |||
==Changelog== | |||
'''(v.1.0)''' | '''(v.1.0)''' | ||
* First Release. | * First Release. | ||
==Thanks to== | |||
*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. | |||
== External links == | == External links == | ||
* Github - https://github.com/TheOfficialFloW/prxtool | * Github - https://github.com/TheOfficialFloW/prxtool | ||
Revision as of 08:07, 12 November 2022
Prxtool | |
---|---|
File:Prxtoolvita.jpg | |
General | |
Author | TheFloW |
Type | PC Utilities |
Version | 1.0 |
License | AFL v2.0 |
Links | |
Download | |
Source | |
PRXTool is a simple tool to manipulate Sony PSP(tm) PRX files.
What is PRXTool?
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
How To Build PRXTool
To compile prxtool, run:
$ ./bootstrap $ ./configure $ make
You can install it by running:
$ [sudo] make install
Screenshot
Changelog
(v.1.0)
- First Release.
Thanks to
- 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.