/**
* Executes a new executable from a memory buffer.
*
* @param bufsize - Size in bytes of the buffer pointed by buf.
* @param buf - Pointer to a buffer containing the module to execute.
* @param param - Pointer to a ::SceKernelLoadExecParam structure, or NULL.
*
* @return < 0 on error (if it returns)
*/
int sceKernelLoadExecBufferPlain(SceSize bufsize, void *buf, struct SceKernelLoadExecParam *param);
Last edited by moonlight on Wed May 10, 2006 8:41 am, edited 1 time in total.
You should be able to execute plain kernel elfs using reboothook from psplink in theory, of course the patch could probably be put into your nokxploit thing :)
TyRaNiD wrote:You should be able to execute plain kernel elfs using reboothook from psplink in theory, of course the patch could probably be put into your nokxploit thing :)
I know about your reboothook. It's great, thanks to that i can execute the own psplink.prx in "vsh" mode :)