Search found 3 matches

by ZeroOne
Tue May 10, 2005 12:31 pm
Forum: PSP Development
Topic: Unencrypted PRX files run on Retail PSP
Replies: 5
Views: 5256

It is true that the some prx's are not encrypted. But they are relocatable modules, like Win32 dll's, they cannont execute by themselves. They get loaded by the game when the game needs them (saves on memory). So bunging them in a PBP as DATA.PSP does nothing and trying to run them off the memory st...
by ZeroOne
Sun May 08, 2005 1:59 pm
Forum: PSP Development
Topic: PSP File (Research Thread)
Replies: 65
Views: 57573

Oops, yeh 16 byte == 128 bit, so ignore the bit about 32 byte alignment, just got my maths a bit mixed up. Yeh, I can't see a good reason to include an asymmetric key in the ~PSP file. If each PSP has a public key, surely Sony don't care if its get found or made public, but if someone leaks the priv...
by ZeroOne
Sun May 08, 2005 9:00 am
Forum: PSP Development
Topic: PSP File (Research Thread)
Replies: 65
Views: 57573

The difference could be explained by any padding that might have been needed for the encryption. (looking at the Wipeout Pure BOOT.BIN and EBOOT.BIN) The size at 0x28 appears to be the original (unencrypted) file size and the size at 0x2C is the encrypted file size. At 0x80 there is that block of 48...