Search found 22 matches
- Mon Sep 14, 2009 5:58 pm
- Forum: PSP Development
- Topic: mesg_led.prx?
- Replies: 24
- Views: 14661
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 ...
- Mon Sep 14, 2009 4:59 pm
- Forum: PSP Development
- Topic: mesg_led.prx?
- Replies: 24
- Views: 14661
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 ...
- Fri Sep 11, 2009 10:49 am
- Forum: PSP Development
- Topic: mesg_led.prx?
- Replies: 24
- Views: 14661
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...
- Tue Sep 08, 2009 5:50 pm
- Forum: PSP Development
- Topic: mesg_led.prx?
- Replies: 24
- Views: 14661
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 ...
- Mon Sep 07, 2009 7:27 pm
- Forum: PSP Development
- Topic: mesg_led.prx?
- Replies: 24
- Views: 14661
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...
- Fri Sep 04, 2009 5:36 am
- Forum: PSP Development
- Topic: mesg_led.prx?
- Replies: 24
- Views: 14661
- Thu Sep 03, 2009 8:58 pm
- Forum: PSP Development
- Topic: mesg_led.prx?
- Replies: 24
- Views: 14661
- Thu Sep 03, 2009 8:16 pm
- Forum: PSP Development
- Topic: mesg_led.prx?
- Replies: 24
- Views: 14661
- Thu Sep 03, 2009 5:49 pm
- Forum: PSP Development
- Topic: mesg_led.prx?
- Replies: 24
- Views: 14661
- Thu Sep 03, 2009 5:37 pm
- Forum: PSP Development
- Topic: mesg_led.prx?
- Replies: 24
- Views: 14661
- Thu Sep 03, 2009 3:10 pm
- Forum: PSP Development
- Topic: mesg_led.prx?
- Replies: 24
- Views: 14661
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 :)
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 :)
- Sun May 17, 2009 5:04 am
- Forum: PSP Development
- Topic: any plan for prxtool update?
- Replies: 22
- Views: 17486
- Sat May 16, 2009 8:40 pm
- Forum: PSP Development
- Topic: PSP decompiler
- Replies: 57
- Views: 46838
- Sat May 16, 2009 7:59 pm
- Forum: PSP Development
- Topic: any plan for prxtool update?
- Replies: 22
- Views: 17486
- Sat May 16, 2009 4:38 pm
- Forum: PSP Development
- Topic: any plan for prxtool update?
- Replies: 22
- Views: 17486
- Sat May 16, 2009 11:13 am
- Forum: PSP Development
- Topic: any plan for prxtool update?
- Replies: 22
- Views: 17486
- Sat May 16, 2009 10:37 am
- Forum: Patch Submissions
- Topic: [PSP] Patch to prxtool - the new relocation format
- Replies: 2
- Views: 8018
- Fri Aug 29, 2008 9:54 pm
- Forum: PSP Development
- Topic: sceKernelAllocateFpl ?
- Replies: 2
- Views: 2041
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!
- Thu Jul 17, 2008 8:50 pm
- Forum: PSP Development
- Topic: any plan for prxtool update?
- Replies: 22
- Views: 17486
- Mon Jul 14, 2008 3:46 am
- Forum: PSP Development
- Topic: any plan for prxtool update?
- Replies: 22
- Views: 17486
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...
- Sun Jul 13, 2008 8:15 pm
- Forum: PSP Development
- Topic: any plan for prxtool update?
- Replies: 22
- Views: 17486
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...
- Sat Jul 12, 2008 8:05 am
- Forum: PSP Development
- Topic: any plan for prxtool update?
- Replies: 22
- Views: 17486
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?