Search found 13 matches

by *mUrDeRc0dE*
Sat Sep 06, 2008 8:51 pm
Forum: PSP Development
Topic: Prx decryption kill me...
Replies: 6
Views: 2882

no, the heap isn't the problem...the psp crash
by *mUrDeRc0dE*
Sat Sep 06, 2008 7:04 pm
Forum: PSP Development
Topic: Prx decryption kill me...
Replies: 6
Views: 2882

Prx decryption kill me...

#include <pspsdk.h> #include <pspkernel.h> #include <pspdebug.h> #include <pspiofilemgr.h> #include <string.h> #include "pspDecrypt.h" #define printf pspDebugScreenPrintf /* Define the module info section */ PSP_MODULE_INFO&#40;"template", 0, 1, 1&#41;; /* Define the mai...
by *mUrDeRc0dE*
Thu Sep 04, 2008 10:35 pm
Forum: PSP Development
Topic: Help with the 0x51 idstorage key
Replies: 7
Views: 2666

Help with the 0x51 idstorage key

Anyone know how the original firmware version is stored in 0x51 key?
by *mUrDeRc0dE*
Thu Sep 04, 2008 9:33 pm
Forum: PSP Development
Topic: Prx help
Replies: 28
Views: 12650

now a library not linked yet error... this is the prx src #include <pspsdk.h> #include <pspkernel.h> #include <pspidstorage.h> #include <string.h> #include <pspsysmem_kernel.h> PSP_MODULE_INFO&#40;"KernelStuff_driver", 0x1006, 3, 2&#41;; PSP_MAIN_THREAD_ATTR&#40;0&#41;; //G...
by *mUrDeRc0dE*
Thu Sep 04, 2008 4:54 pm
Forum: PSP Development
Topic: Prx help
Replies: 28
Views: 12650

i've got to work some things but... void GetMoboInfo&#40;int* baryon, int* tachyon&#41; &#123; k1 = pspSdkSetK1&#40;0&#41;; u32 by, ty, pm; ty = sceSysreg_driver_E2A5D1EE&#40;&#41;; sceSyscon_driver_7EC5A957&#40;&by&#41;; &#40;*baryon&#41; = by; &#...
by *mUrDeRc0dE*
Wed Sep 03, 2008 11:41 pm
Forum: PSP Development
Topic: Prx help
Replies: 28
Views: 12650

oh shit, there is anyone that can read that piece of crap code and tell me where my program skills lacks and correct my code...
by *mUrDeRc0dE*
Wed Sep 03, 2008 6:40 pm
Forum: PSP Development
Topic: Prx help
Replies: 28
Views: 12650

ok, after a bit of testing i fond the preoblem, now the entire program isn't booted with that shitty error...plz help needed
by *mUrDeRc0dE*
Wed Sep 03, 2008 5:01 pm
Forum: PSP Development
Topic: Prx help
Replies: 28
Views: 12650

please, i dint't want the entire source made from you, i want only understand because the prx give me error...it's simple
by *mUrDeRc0dE*
Tue Sep 02, 2008 5:25 pm
Forum: PSP Development
Topic: Prx help
Replies: 28
Views: 12650

Very thanks of the help but now at boot time my program crash anda report a 8002013C error, module not found, but i've tryed to load it from ms0:/kernelstuff.prx and only kenrelstuff.prx but it doesn't load... PS: Anyone knows a place with a complete list of all psp motherboards with the respective ...
by *mUrDeRc0dE*
Mon Sep 01, 2008 9:03 pm
Forum: PSP Development
Topic: Prx help
Replies: 28
Views: 12650

at run time it return an error during the module loading

EDIT : I got it to work but now the GetFuseid return 0x4401475400000000 but my fuse id starts with 7 and neither the mac address is displayed. Ah, and the baryon and tachion version result as 0 - 0
by *mUrDeRc0dE*
Mon Sep 01, 2008 7:04 pm
Forum: PSP Development
Topic: Prx help
Replies: 28
Views: 12650

Prx help

I have the following prx that works in kernel mode #include <pspsdk.h> #include <pspkernel.h> #include <pspidstorage.h> #include <string.h> PSP_MODULE_INFO&#40;"KernelStuff_driver", 0x1006, 3, 2&#41;; PSP_MAIN_THREAD_ATTR&#40;0&#41;; //Get Fuse Id u64 sceSysreg_driver_4F46E...
by *mUrDeRc0dE*
Tue Jun 24, 2008 9:28 pm
Forum: PSP Development
Topic: Syscon problems
Replies: 2
Views: 1294

Syscon problems

I'm tryng to get the battery serial using the same code that Hellcat use, but when i try to load the function my elf doesn't load. I'm devloping a replacement of the resurrection.elf of the despertar del cementerio and i load it in kernel mode with the 0x1006 flag... I also included in the makefile ...
by *mUrDeRc0dE*
Mon Jun 16, 2008 12:57 am
Forum: PSP Development
Topic: Some questions
Replies: 1
Views: 981

Some questions

I have 2 questions

1 - how to retrieve the used cpu in %
2 - how to use the syscon led control in user mode