PRXTool 1.0

General, off-topic discussion about things of interest to the members of these forums.

Moderator: cheriff

Post Reply
TyRaNiD
Posts: 907
Joined: Sun Jan 18, 2004 12:23 am

PRXTool 1.0

Post by TyRaNiD »

Considering the lack of new recently thought I would release a version of PRXTool. I've put up a win32 build (http://ps2dev.org/psp/Tools/PRXTool_1.0_(WIN32))as some people always seem to have trouble on that platform ;)

So what is new? Well I've added a reasonably comprehensive and tweakable disassembly engine, party cause I felt pspdasm just didn't seem to do the job properly for various reasons. When used with PRXes it will resolve almost every reference in the code, printing strings inline if they point to that and obviously with libdoc it will resolve function imports and export etc. Oh and I also added preliminary variable import support :)

Have fun.
zshadow
Posts: 42
Joined: Mon Dec 26, 2005 5:36 am

Post by zshadow »

nice one TyRaNiD :-)
fishdrop
Posts: 16
Joined: Tue Oct 31, 2006 8:46 pm

Post by fishdrop »

Good job!

But I have a question.
In FW 2.71, following message and not working.
What is problem and how to solve it?

prxtool.exe -x usb271.prx > usb271.xml
PRXTool v1.0 : (c) TyRaNiD 2k6
Loading usb271.prx
Error: Magic value incorrect (not an ELF?)
Error: Couldn't load prx file structures
fishdrop
Posts: 16
Joined: Tue Oct 31, 2006 8:46 pm

Post by fishdrop »

fishdrop wrote:Good job!

But I have a question.
In FW 2.71, following message and not working.
What is problem and how to solve it?

prxtool.exe -x usb271.prx > usb271.xml
PRXTool v1.0 : (c) TyRaNiD 2k6
Loading usb271.prx
Error: Magic value incorrect (not an ELF?)
Error: Couldn't load prx file structures
I found a problem.
prx files are .psp files in FW 2.71.

How translate .psp to .prx? T.T
TyRaNiD
Posts: 907
Joined: Sun Jan 18, 2004 12:23 am

Post by TyRaNiD »

Urm most likely you haven't actualy decrypted the prx files :)
Post Reply