Loading EBOOT.PBP/DATA.PSP files

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

Moderators: cheriff, TyRaNiD

Post Reply
User avatar
JoshDB
Posts: 87
Joined: Wed Oct 05, 2005 3:54 am

Loading EBOOT.PBP/DATA.PSP files

Post by JoshDB »

Can someone direct as to where I can learn to/see examples of how to load EBOOT.PBPs? I'm pretty sure there's a way to load EBOOT.PBPs in their archived form, but if not, I know you can load DATA.PSP/.ELF files. However, short of straight-up copying source from FileAssistant++ or some other program, I don't know what to do. Just looking at how the sources are stringed together, it seems as if you'd have to do a lot of chopping to get it working right.

It really doesn't matter which, the raw .elf would work just as well as the archived EBOOT.PBP.

Any help would be much appreciated.
User avatar
groepaz
Posts: 305
Joined: Thu Sep 01, 2005 7:44 am
Contact:

Post by groepaz »

sceKernelLoadExec(<filename>);
User avatar
JoshDB
Posts: 87
Joined: Wed Oct 05, 2005 3:54 am

Post by JoshDB »

Wow... Thanks!

Is this for archived PBPs, as well?
Post Reply