Perhaps Data.bin holds some clues

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

Moderators: cheriff, TyRaNiD

Post Reply
Pikoro
Posts: 56
Joined: Thu Jan 13, 2005 9:57 am

Perhaps Data.bin holds some clues

Post by Pikoro »

I hadn't seen anyone else approach it from this direction, but what if the data.bin in the updater EBOOT is what performs the decryption of the flashrom (data.psar) image. That way, sony could encrypt the flashes with something that would be completely seperate from the onboard "keys".

Perhaps disassembling the data.bin could give us what we need to decrypt the data.psar and obtain an unencrypted flash image?

I'm just thinking that the flash updater program is going to be something that runs at the lowest level on the PSP no?

I'll update here after I try some things out.

Just a thought though, feel free to poke holes in this idea :D

Cheers
DrEggman
Posts: 28
Joined: Tue Mar 22, 2005 1:29 pm

Post by DrEggman »

isnt the data.psp encrypted in the updates with the keys anyways?
Pikoro
Posts: 56
Joined: Thu Jan 13, 2005 9:57 am

Post by Pikoro »

ahh.. good point. :\

I was just thinking that it's running at such a low level that any of the prx's etc wont' be available to it.
mrbrown
Site Admin
Posts: 1537
Joined: Sat Jan 17, 2004 11:24 am

Post by mrbrown »

All of the code to decrypt data.psar is in the PSP's kernel and the updater itself. The entire update process is handled from the updater (data.psp), nothing else.

The updater must be placed in the UPDATE directory, because it runs with more modules than a normal game on MS or UMD. vshbridge allows it to get away with things it normally couldn't in user mode.
Post Reply