Decryption Process

Discuss the development of new homebrew software, tools and libraries.

Moderators: cheriff, TyRaNiD

Post Reply
Shadow Infinity
Posts: 4
Joined: Mon Sep 21, 2009 2:12 am

Decryption Process

Post by Shadow Infinity »

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).
serige
Posts: 34
Joined: Mon Nov 26, 2007 8:41 am

Post by serige »

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.
Shadow Infinity
Posts: 4
Joined: Mon Sep 21, 2009 2:12 am

Post by Shadow Infinity »

Sorry about that, then.

In any case, I'll look into PSARDumper.

It's probably the decryption key that's missing, then.
Post Reply