| View previous topic :: View next topic |
| Author |
Message |
KickinAezz
Joined: 03 Jun 2007 Posts: 328
|
Posted: Wed Jun 20, 2007 7:45 am Post subject: 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 |
|
| Back to top |
|
 |
adrahil
Joined: 16 Mar 2006 Posts: 277
|
Posted: Wed Jun 20, 2007 10:19 pm Post subject: |
|
|
| If the error is there, are you sure the thread is running in kmode? It should, as the sceKernelFindModuleByName is an export of LoadExecForKernel... |
|
| Back to top |
|
 |
KickinAezz
Joined: 03 Jun 2007 Posts: 328
|
Posted: Wed Jun 20, 2007 10:32 pm Post subject: |
|
|
| adrahil 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... |
Yepp... Either exception[in kmode as in the screenshot] or
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. |
|
| Back to top |
|
 |
|