| View previous topic :: View next topic |
| Author |
Message |
TheBuzzer
Joined: 06 Feb 2006 Posts: 49
|
Posted: Thu Sep 07, 2006 3:26 pm Post subject: Way to boot umd in usermode? |
|
|
| is there a way to boot a umd in usermode? Just wondering. |
|
| Back to top |
|
 |
jas0nuk
Joined: 27 Apr 2006 Posts: 137
|
Posted: Fri Sep 08, 2006 8:21 am Post subject: |
|
|
sceKernelLoadExec("disc0:/PSP_GAME/SYSDIR/EBOOT.BIN", NULL);
Should work just fine in user mode, since it's an encrypted module. |
|
| Back to top |
|
 |
Ghozt
Joined: 13 Mar 2006 Posts: 34
|
Posted: Mon Sep 11, 2006 12:50 am Post subject: |
|
|
| jas0nuk wrote: | sceKernelLoadExec("disc0:/PSP_GAME/SYSDIR/EBOOT.BIN", NULL);
Should work just fine in user mode, since it's an encrypted module. |
You can only start the UMD using Boot.bin in user mode. Don't ask me why ;) . You can however use the sceKernelLoadExecVshDisc (or what it's called, I'm not at my comp as we speak) to load the eboot.bin but that it's only in kernel mode. |
|
| Back to top |
|
 |
jas0nuk
Joined: 27 Apr 2006 Posts: 137
|
Posted: Mon Sep 11, 2006 12:53 am Post subject: |
|
|
| Weird, so if we could actually write our own UMDs, we could run code, since BOOT.BIN is decrypted... |
|
| Back to top |
|
 |
|