Advertising (This ad goes away for registered users. You can Login or Register)

PRX loader for IDA

Forum rules
Forum rule Nº 15 is strictly enforced in this subforum.
Post Reply
jerryxjtu
Posts: 9
Joined: Thu Nov 24, 2011 2:50 am

PRX loader for IDA

Post by jerryxjtu » Mon Nov 28, 2011 12:17 pm

As prx isn't well supported by IDA, TPU and I have write a loader plugin for it.
Now you can load prx to any address you want. prxldr will analyze the export and import info, then try to find out nid's name from psplibdoc.xml, which supposed to be in the same path as prxldr.ldw, that is [$IDA61\loaders\psplibdoc.xml], if the xml is missing in that path, prxldr will ask for it.
Here is the source code and prebuild image:
http://www.kusodev.org/hg/prxldr/file
the code is build with 6.1 or 5.5 IDASDK.
Many codes just copyed form PRXTool.
Have fun :D
Advertising

User avatar
codestation
Big Beholder
Posts: 1660
Joined: Wed Jan 19, 2011 3:45 pm
Location: /dev/negi

Re: PRX loader for IDA

Post by codestation » Mon Nov 28, 2011 1:21 pm

Thanks for sharing, works very well :D

BTW, i fixed some things involving paths in the makefile and the problem with the files being all lowercase so the compilation would succeed using a cross-compiler on linux .....then i noticed that a compiled file was already included :lol:
Advertising
Plugin list
Working on: QPSNProxy, QCMA - Open source content manager for the PS Vita
Playing: Error: ENOTIME
Repositories: github, google code
Just feel the code..

xyz
Posts: 61
Joined: Thu Jan 20, 2011 7:06 pm

Re: PRX loader for IDA

Post by xyz » Sat Sep 12, 2015 10:18 pm

Link is dead, anybody got a backup?

tpu
Posts: 24
Joined: Sat Jan 22, 2011 3:05 am

Re: PRX loader for IDA

Post by tpu » Fri Oct 23, 2015 4:48 am


Post Reply

Return to “Programming and Security”