• Steam recently changed the default privacy settings for all users. This may impact tracking. Ensure your profile has the correct settings by following the guide on our forums.

cso / iso homebrew

RedHate

I can has hax nao?
Dunno if anything like this is out there yet, I've looked around but haven't found much info on it. (i've herd umps runs off an iso / cso but havent got to try it :( dial up *gasp* )

so i spent some time re-searching a game i made a preloader for in the past by examining the eboot.bin and boot.bin files from /psp_game/sysdir/ i noticed they are just .elf files and that boot.bin is completely unneeded..

clearly when writing your homebrew it would take way to much time to keep re-creating the image so use flags for file paths, it would help if you keep your game's folder structure similar to that of the umd's contents so later it would make it easier putting the homebrew on the cso / iso

This is a working cso sample with the tutorials and instructions inside of the cso as well
Download Here

Synopsis
Compile yourself some userspace homebrew (pbp)

rename the output *ELF* file to EBOOT.BIN and place it in
Code:
/MYGAME/PSP_GAME/SYSDIR/EBOOT.BIN

Apparently this is an older trick though... i'm outta the loop :(

done diddly.
 
Top