hrimfaxi
Joined: 23 Nov 2006 Posts: 22
|
Posted: Thu Oct 25, 2007 3:19 pm Post subject: sceKernelFindModuleByName import check fail |
|
|
A psp slim 3.60M33:
| Code: |
PSP_MODULE_INFO("Tester", 0, 1, 1);
void dummy_function_never_called()
{
sceKernelFindModuleByName("dummy");
}
int main()
{
return 0;
}
|
PSP simply says: "The Game can't be started,(0x8002013c), look like as a import stub check by $ony loader.
prxtool outputs:
| Code: |
Import 9, Name LoadCoreForKernel, Functions 2, Variables 0, flags 40000000
Functions:
0xCF8A41B1 [0x0000F598] - sceKernelFindModuleByName
|
The flags 40000000 is interesting. |
|