Way to boot umd in usermode?

Discuss the development of new homebrew software, tools and libraries.

Moderators: cheriff, TyRaNiD

Post Reply
TheBuzzer
Posts: 49
Joined: Mon Feb 06, 2006 10:02 am

Way to boot umd in usermode?

Post by TheBuzzer »

is there a way to boot a umd in usermode? Just wondering.
jas0nuk
Posts: 137
Joined: Thu Apr 27, 2006 8:00 am

Post by jas0nuk »

sceKernelLoadExec("disc0:/PSP_GAME/SYSDIR/EBOOT.BIN", NULL);

Should work just fine in user mode, since it's an encrypted module.
Ghozt
Posts: 34
Joined: Mon Mar 13, 2006 8:37 pm

Post by Ghozt »

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.
jas0nuk
Posts: 137
Joined: Thu Apr 27, 2006 8:00 am

Post by jas0nuk »

Weird, so if we could actually write our own UMDs, we could run code, since BOOT.BIN is decrypted...
Post Reply