SceSysconTzs: Difference between revisions
Jump to navigation
Jump to search
CelesteBlue (talk | contribs) No edit summary |
CelesteBlue (talk | contribs) No edit summary |
||
(2 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
== Module == | == Module == | ||
{| class="wikitable" | {| class="wikitable" | ||
|- | |- | ||
! Version | ! Version !! World !! Privilege | ||
|- | |- | ||
| 0.940 | | 0.940 || Secure || Kernel | ||
|} | |} | ||
Line 18: | Line 17: | ||
<source lang="C"> | <source lang="C"> | ||
int module_start( | int module_start(void *param_1, int param_2) { | ||
sceKernelRegisterMonitorCallHandler(0x11a, FUN_81000184 + 1); | |||
sceKernelRegisterMonitorCallHandler( | |||
return 0; | return 0; | ||
} | } | ||
</source> | </source> | ||
[[Category:ARM]] | |||
[[Category:Kernel]] | |||
[[Category:Modules]] | [[Category:Modules]] | ||
[[Category: | [[Category:Library]] |
Latest revision as of 23:38, 31 March 2024
Module
Version | World | Privilege |
---|---|---|
0.940 | Secure | Kernel |
Libraries
This secure kernel module doesn't export any library.
Not exported functions
module_start
int module_start(void *param_1, int param_2) { sceKernelRegisterMonitorCallHandler(0x11a, FUN_81000184 + 1); return 0; }