Search found 6 matches

by madcake
Wed Jul 06, 2005 12:33 am
Forum: PSP Development
Topic: VSH memspace?
Replies: 15
Views: 5062

I tried to call sceKernelCheckPspConfig with the config.txt (loaded to a buffer ) passed as parameter - it gave me some "cant handle plain config..." errormessage... mind telling me how this method works? Does the decryption thing has to be initialized somehow? I'd love to chat about some ...
by madcake
Mon Jul 04, 2005 5:47 am
Forum: PSP Development
Topic: VSH memspace?
Replies: 15
Views: 5062

Lastly if you prefer to decode things more atomically, you can grab the .PRXs after they have come out of the decryption process and save them before they become un-gzipped and loaded/flattened into memory. This gives you a more generic view of the modules (ie. no specific load addresses, just like...
by madcake
Sat Jul 02, 2005 1:51 am
Forum: PSP Development
Topic: VSH memspace?
Replies: 15
Views: 5062

VSH memspace?

Hi,

could anyone here tell me in what memory regions the VSH modules reside in? What memory range has to be dumped to get access to the decrypted VSH prx files?

Thanks in advance,

-mc
by madcake
Thu Jun 16, 2005 11:09 pm
Forum: PSP Development
Topic: comparison of 1.00 and 1.50 flash0
Replies: 20
Views: 11320

Well, if it's not loadexec.prx then it's loadcore.prx they modified (propably something inside loadelf code) ... i'll find out... i reversed much more difficult stuff in the past ... :)
by madcake
Thu Jun 16, 2005 8:55 pm
Forum: PSP Development
Topic: comparison of 1.00 and 1.50 flash0
Replies: 20
Views: 11320

Yes, i expected that. Question is if it's possible to replace this 1.5 .prx by the 1.0 version - i'll definitely try that as soon as i get my hands on a 2nd PSP for testing...
by madcake
Thu Jun 16, 2005 3:09 pm
Forum: PSP Development
Topic: comparison of 1.00 and 1.50 flash0
Replies: 20
Views: 11320

If i had a spare 1.50 PSP i would do the following: Copy the 8106 bytes small 1.0 "flash0\kd\loadexec.prx" to my 1.5 psp flash (still assuming that it's possible to write to the flash FAT system). The new 1.5 "loadexec.prx" is about 60k big so sony must have added all "secur...