| View previous topic :: View next topic |
| Author |
Message |
Shadow Infinity
Joined: 21 Sep 2009 Posts: 4
|
Posted: Mon Sep 21, 2009 3:04 am Post subject: Decryption Process |
|
|
Hi. I'm a newbie in PSP development/programming.
I'm interested in learning on how EBOOT.BINs are decrypted, or how PRXDecrypter (by jas0nuk) does its decryption routines. I'm looking into decrypting newer 5.55 EBOOTs.
Can anyone help? Was PRXDecrypter's source code (preferrably for 2.0) ever released?
I would think that PRXDecrypter would require either the decryption key programmed into it, or would require a new decryption module installed into the firmware (mesg_led, I think). |
|
| Back to top |
|
 |
serige
Joined: 26 Nov 2007 Posts: 35
|
Posted: Mon Sep 21, 2009 10:41 am Post subject: |
|
|
It's against the rule here to help you with game related hacking.
But as far as the general decryption is concerned, you are right, non-kernel modules are decrypted by msg_led.
I have never found any source code for prxdecrypyer either, although many people might expect that it's open source. You can alternatively lookup psardumper's source code though. I think they are similar somewhat. In your case, msg_led already has the function you are looking for anyway. If current decrypting programs don't work anymore, you should expect they would at least change the decryption key.
Last edited by serige on Tue Sep 22, 2009 9:17 am; edited 1 time in total |
|
| Back to top |
|
 |
Shadow Infinity
Joined: 21 Sep 2009 Posts: 4
|
Posted: Mon Sep 21, 2009 1:22 pm Post subject: |
|
|
Sorry about that, then.
In any case, I'll look into PSARDumper.
It's probably the decryption key that's missing, then. |
|
| Back to top |
|
 |
|