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

Decompiling psp game

Forum rules
Forum rule Nº 15 is strictly enforced in this subforum.
Locked
Codewave
Banned
Posts: 43
Joined: Sun Mar 24, 2013 6:45 pm

Decompiling psp game

Post by Codewave »

Is it possible for one to decompile psp eboots to obtain their source code?
If so can someone please help me in doing it?


Regards
Codewave
Advertising
noname120
Developer
Posts: 777
Joined: Thu Oct 07, 2010 4:29 pm

Re: Decompiling psp game

Post by noname120 »

It's possible to disassemble them.

You first need to download the needed tools: viewtopic.php?f=2&t=14717 (check the Tools link).

Then do the following:

Code: Select all

prxtool -o yourasmfile.asm -n psp.xml yourmodule.prx
Then build the following: https://github.com/uofw/uofw/tree/maste ... decompiler

Then you feed it with your disassembled file and it'll produce a nice decompilation.
Advertising
Funny stuff
<yifanlu> I enjoy being loud and obnoxious
<yifanlu> rooting an android is like getting a hooker pregnant
<xerpi> I sometimes think I should leave all this stressing **** and be a farmer instead
preloader
Posts: 81
Joined: Thu Feb 28, 2013 1:09 pm

Re: Decompiling psp game

Post by preloader »

Fully decompiling is not possible but, sometimes If you unpack iso file you can see "blahblah.lua" script like in GtaViceCity's or AngryBirds' iso file. If scripts are not encrypted you can directly edit these scripts with your notepad.
noname120 wrote:It's possible to disassemble them.

You first need to download the needed tools: viewtopic.php?f=2&t=14717 (check the Tools link).

Then do the following:

Code: Select all

prxtool -o yourasmfile.asm -n psp.xml yourmodule.prx
Then build the following: https://github.com/uofw/uofw/tree/maste ... decompiler

Then you feed it with your disassembled file and it'll produce a nice decompilation.
Oh ! I got him totally wrong. noname's method will give you physical memory addresses. You meant eboot.bin dumping ?
Codewave
Banned
Posts: 43
Joined: Sun Mar 24, 2013 6:45 pm

Re: Decompiling psp game

Post by Codewave »

-
@preloader thanks

@noname120 you are THE MAN :D
(Someone should make you a vip or a guru :D)
noname120
Developer
Posts: 777
Joined: Thu Oct 07, 2010 4:29 pm

Re: Decompiling psp game

Post by noname120 »

@noname120 you are THE MAN :D
(Someone should make you a vip or a guru :D)
Haha, thank you :D
I wouldn't mind being one :p
Funny stuff
<yifanlu> I enjoy being loud and obnoxious
<yifanlu> rooting an android is like getting a hooker pregnant
<xerpi> I sometimes think I should leave all this stressing **** and be a farmer instead
Radu13
Posts: 1
Joined: Mon Jan 15, 2018 12:02 pm

Re: Decompiling psp game

Post by Radu13 »

Hey i can't build this:
https://github.com/uofw/uofw/tree/maste ... decompiler
And how i can change game mechanics?
TheBlindSaiyan
Posts: 2
Joined: Fri Sep 24, 2021 9:10 pm

Re: Decompiling psp game

Post by TheBlindSaiyan »

Hello.
Would it be possible for someone to edit PSP games for me?
I believe the source is required, and I don't know how to do it myself.
I will be happy to pay anyone who can do it if necessary.
Many thanks
Locked

Return to “Programming and Security”