Skip to content

pspdev/prxtool

Folders and files

NameName
Last commit message
Last commit date

Latest commit

08849d8 · Jun 7, 2014
Jun 8, 2005
Jun 8, 2005
Jun 25, 2005
Dec 10, 2006
May 28, 2012
Dec 17, 2007
May 16, 2009
Nov 21, 2006
Aug 29, 2012
Apr 14, 2009
May 12, 2014
May 28, 2012
Jun 22, 2005
Jun 22, 2005
Jun 22, 2005
Nov 5, 2006
Sep 10, 2006
Jul 27, 2005
Jun 22, 2005
Jul 23, 2011
Jul 23, 2011
Jun 8, 2005
Jun 8, 2005
Feb 22, 2013
Jan 4, 2007
Apr 14, 2009
Dec 10, 2006
Dec 10, 2006
Dec 10, 2006
Jan 14, 2012
Jun 22, 2005
Jun 22, 2005
Jul 23, 2011
Nov 8, 2006
Nov 8, 2006
Sep 2, 2005

Repository files navigation

PRXTool

This 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

Installation

To compile prxtool, run:

$ ./bootstrap
$ ./configure
$ make

You can install it by running:

$ [sudo] make install

License

TyRaNiD (c) 2k6

PRXTool is licensed under the AFL v2.0. Please read the LICENSE file for further information.

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.