Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pspdev/prxtool
A simple tool to manipulate Sony PSP(tm) PRX files
https://github.com/pspdev/prxtool
Last synced: 4 months ago
JSON representation
A simple tool to manipulate Sony PSP(tm) PRX files
- Host: GitHub
- URL: https://github.com/pspdev/prxtool
- Owner: pspdev
- License: other
- Created: 2011-07-23T21:22:03.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2014-06-07T18:50:49.000Z (over 10 years ago)
- Last Synced: 2024-03-25T23:56:39.175Z (9 months ago)
- Language: C++
- Homepage:
- Size: 342 KB
- Stars: 63
- Watchers: 25
- Forks: 27
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-psp - PRXTool - A simple tool to modify PSP's PRX files (.prx). (PSP-related / Development)
README
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 formatInstallation
------------To compile `prxtool`, run:
$ ./bootstrap
$ ./configure
$ makeYou 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.