Wednesday, July 13, 2005

PSP Hacks // View topic - more words from wab on how to make loader work

PSP Hacks // View topic - more words from wab on how to make loader work: " .//load the executable like a prx for run a elf in the same thread
.//without reset the memory and setting ^_^
exec_p = sceKernelLoadModule(GAME_PATH_DEST,0,0); // Enjoy your game ^_^
.//Start the Executable
sceKernelStartModule(exec_p, 0, 0, 0, 0);"

I tried with a simple ELF but failed. :(

No comments: