Prxtool Vita: Difference between revisions

From GameBrew
No edit summary
m (Text replacement - "|discussion=" to "|donation=")
 
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
|discussion=https://www.patreon.com/TheOfficialFloW
|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:

Latest revision as of 00:56, 14 August 2023

prxtool
Psvitapc2.png
General
AuthorTheFloW
TypePC Utilities
Version1.0
LicenseAFL-2.0
Last Updated2018/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:

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.

External links

Advertising: