Search found 22 matches

by D_Street
Mon Sep 14, 2009 5:58 pm
Forum: PSP Development
Topic: mesg_led.prx?
Replies: 24
Views: 10275

You are right about that compiler version, it works and I just got the dump. This is great! It's not like I am the only one who has no clue of why the ipl sdk doesn't really work the way it should (well, the pandora recovery menu works on the phat, not the slim; the bios dumper simple fails to work ...
by D_Street
Mon Sep 14, 2009 4:59 pm
Forum: PSP Development
Topic: mesg_led.prx?
Replies: 24
Views: 10275

to use booster's ipl sdk, you have to compile it with gcc 4.0.2. it didn't work with gcc 4.3.2 (for me at least). i spend 2 days, to find that out! :( Damn it! I got a gcc 4.1.0 :'( Man, that sucks! I have spent 4 days looking for a way to dump that thing and ended up with failure. It leaves me no ...
by D_Street
Fri Sep 11, 2009 10:49 am
Forum: PSP Development
Topic: mesg_led.prx?
Replies: 24
Views: 10275

Sorry for bumping this thread. I think I have reverse engineered almost all of the wanted MIPS code in the ipl, all I need is the pre-ipl. I have a 2k slim, and I tried booster's ipl sdk, but didn't work (not sure what I did wrong). I did the search and have read through the results, didn't really h...
by D_Street
Tue Sep 08, 2009 5:50 pm
Forum: PSP Development
Topic: mesg_led.prx?
Replies: 24
Views: 10275

Thanks for the tip! You should also use the part2* file of psardumper, it is quite poorly named and really the part1* file shouldn't even be saved. The part1* file is the same as the part2* except it still includes a header for each decrypted IPL block which just tells the preIPL where in memory to ...
by D_Street
Mon Sep 07, 2009 7:27 pm
Forum: PSP Development
Topic: mesg_led.prx?
Replies: 24
Views: 10275

For 2.00 and 2.50 updaters, psardumper will dump and fully decrypt the IPL. From 2.60 onwards the IPL was further encrypted which used the contents of the pre-IPL as a seed so psardumper cannot fully decrypt those IPL's. For these fw, psardumper will dump the IPL and decrypt the block decryption of...
by D_Street
Fri Sep 04, 2009 5:36 am
Forum: PSP Development
Topic: mesg_led.prx?
Replies: 24
Views: 10275

Did you watch TyRaNiD's presentation about breaking the security model of the PSP? I guess you can find some useful information on how they messy up the original IPL and create a custom one.
by D_Street
Thu Sep 03, 2009 8:58 pm
Forum: PSP Development
Topic: mesg_led.prx?
Replies: 24
Views: 10275

Oh, so, this is the story why they only manage to partially decrypt the 5.55fw, although some people might have fully decrypted it in their own privacy.

Thanks for sharing the knowledge though, I will make sure to do more research before asking dumb questions.
by D_Street
Thu Sep 03, 2009 8:16 pm
Forum: PSP Development
Topic: mesg_led.prx?
Replies: 24
Views: 10275

Yeah, that's what I was suspecting...
Does psardumper decrypt the ipl?
by D_Street
Thu Sep 03, 2009 5:49 pm
Forum: PSP Development
Topic: mesg_led.prx?
Replies: 24
Views: 10275

Oh, I see. mesg_led.prx is probably decrypted by some other means.
by D_Street
Thu Sep 03, 2009 5:37 pm
Forum: PSP Development
Topic: mesg_led.prx?
Replies: 24
Views: 10275

Thank you, really helpful info you have here!
I got a little question though.
Isn't this file a firmware file? Then how does it get decrypted in the first place before anybody can use its decrypt functions?
by D_Street
Thu Sep 03, 2009 3:10 pm
Forum: PSP Development
Topic: mesg_led.prx?
Replies: 24
Views: 10275

mesg_led.prx?

Anyone kind enough to tell me what these 2 functions do?

sceMesgd_driver_102DC8AF
sceNwman_driver_9555D68D

It would be really nice if someone can point me to some useful info about this module without asking me to reverse engineer it :)
by D_Street
Sun May 17, 2009 5:04 am
Forum: PSP Development
Topic: any plan for prxtool update?
Replies: 22
Views: 9564

yup, it works this time.
by D_Street
Sat May 16, 2009 8:40 pm
Forum: PSP Development
Topic: PSP decompiler
Replies: 57
Views: 32743

really nice work!

i remember last year i also did a little decompiler, but that was a bit lame, i just did the decompile thing out of the output from prxtool! i guess that way i can just copy & paste a piece of the disassembly output and decompile it without any problems.
by D_Street
Sat May 16, 2009 7:59 pm
Forum: PSP Development
Topic: any plan for prxtool update?
Replies: 22
Views: 9564

Well the real problem is the program header is garbage. No idea what you used to build it, most likely as the ELF is not loaded at the "standard" address you have a custom linker script? Or is this "third party code"? I am sure I am paranoid, but I would swear some of the change...
by D_Street
Sat May 16, 2009 4:38 pm
Forum: PSP Development
Topic: any plan for prxtool update?
Replies: 22
Views: 9564

just give an example elf here. and i tracked down the error: LoadExports() returns false in CProcessPrx::LoadFromFile(const char *szFilename) and thats because in CProcessPrx::LoadExports(), pExport == NULL at some point. here is the debug output: PRXTool v1.1 : (c) TyRaNiD 2...
by D_Street
Sat May 16, 2009 11:13 am
Forum: PSP Development
Topic: any plan for prxtool update?
Replies: 22
Views: 9564

@ hnaves i just tried out your patch, maybe it doesn't work with the boot file i was trying to disassemble last July. well, i got an "Couldn't load elf file structures" error. well, maybe it only works with prx's but not elf files? anyway, i was away from the psp stuff for a while and didn...
by D_Street
Sat May 16, 2009 10:37 am
Forum: Patch Submissions
Topic: [PSP] Patch to prxtool - the new relocation format
Replies: 2
Views: 4038

hi hnaves, thanks for the effort!

I check out the newest version and built it, i got a "Couldn't load elf file structures" message when I tried to disassemble my old boot.

Did anyone try it and got this error?
by D_Street
Fri Aug 29, 2008 9:54 pm
Forum: PSP Development
Topic: sceKernelAllocateFpl ?
Replies: 2
Views: 1289

sceKernelAllocateFpl ?

I sort of know it is used after sceKernelCreateFpl(), can anyone tell me where does this function allocate memory from? from the kernel memory or the user memory? If someone can point me to more infos about this function would be awesome, thinks!
by D_Street
Thu Jul 17, 2008 8:50 pm
Forum: PSP Development
Topic: any plan for prxtool update?
Replies: 22
Views: 9564

Will there be a quick fix anyway? :P
by D_Street
Mon Jul 14, 2008 3:46 am
Forum: PSP Development
Topic: any plan for prxtool update?
Replies: 22
Views: 9564

For variables you actually have to add the data section address to the variable address to get the proper address. I think this is no longer the case for fw3.70+ (according to you). Variable addresses appear to be the real addresses, as their values are all above 0x8804000. Can I modify some part o...
by D_Street
Sun Jul 13, 2008 8:15 pm
Forum: PSP Development
Topic: any plan for prxtool update?
Replies: 22
Views: 9564

I believe I am using the newest build. I think prxtool is a very useful tool because it has the ability to detect data references and gives me some level of information about it. So good jobs you guys! This feature doesn't work anymore (I don't know since which firmware). It is a bit annoying withou...
by D_Street
Sat Jul 12, 2008 8:05 am
Forum: PSP Development
Topic: any plan for prxtool update?
Replies: 22
Views: 9564

any plan for prxtool update?

looks like the current version of prxtool doesn't fully support some of the later firmwares, any plan to fix that?