sdk func trouble
-
- Posts: 328
- Joined: Sun Jun 03, 2007 10:05 pm
sdk func trouble
SceKernelfindModulebyname() Just a simple function call... Gives an exception in PSPlink.
Last edited by KickinAezz on Fri Jun 22, 2007 5:32 am, edited 3 times in total.
-
- Posts: 328
- Joined: Sun Jun 03, 2007 10:05 pm
Yepp... Either exception[in kmode as in the screenshot] oradrahil wrote:If the error is there, are you sure the thread is running in kmode? It should, as the sceKernelFindModuleByName is an export of LoadExecForKernel...
In usermode.. this is what happens:
when I type ./eboot.pbp, it doesn't even show anything [psp-sh]
Psplink Then doesn't respond... Reset takes no effect...
Would it help if I post the main.c?
----
What does psplinksetK1[it's in some of the hooking functions] do, it is in assembly in Kmode.S, so I donot know if it is really required for having a functional hook.