Exports for User.
More...
|
| int | sceKernelGetModuleInfo (SceUID uid, SceKernelModuleInfo *info) |
| |
| int | sceKernelGetModuleList (SceUInt8 type, SceUID *uids, SceSize *num) |
| |
| SceUID | sceKernelLoadModule (const char *path, int flags, SceKernelLMOption *option) |
| |
| int | sceKernelUnloadModule (SceUID modid, int flags, SceKernelULMOption *option) |
| |
| int | sceKernelStartModule (SceUID modid, SceSize args, void *argp, int flags, void *option, int *status) |
| |
| int | sceKernelStopModule (SceUID modid, SceSize args, void *argp, int flags, void *option, int *status) |
| |
| SceUID | sceKernelLoadStartModule (const char *path, SceSize args, void *argp, int flags, SceKernelLMOption *option, int *status) |
| |
| int | sceKernelStopUnloadModule (SceUID modid, SceSize args, void *argp, int flags, SceKernelULMOption *option, int *status) |
| |
| int | sceKernelGetSystemSwVersion (SceKernelSystemSwVersion *version) |
| | Gets system firmware information.
|
| |
| SceUID | _sceKernelLoadModule (const char *module_filename, SceUInt32 flags, const SceKernelLoadModuleOption *option) |
| |
| SceUID | _sceKernelLoadStartModule (const char *module_filename, SceSize args, const void *argp, SceUInt32 flags) |
| |
| int | _sceKernelUnloadModule (SceUID uid, SceUInt32 flags, const SceKernelUnloadModuleOption *option) |
| |
| int | _sceKernelStopModule (SceUID uid, SceSize args, const void *argp, SceUInt32 flags) |
| |
| int | _sceKernelStopUnloadModule (SceUID uid, SceSize args, const void *argp, SceUInt32 flags) |
| |
| SceUID | _sceKernelOpenModule (const char *module_filename, SceSize args, const void *argp, SceUInt32 flags) |
| |
| SceUID | _sceKernelCloseModule (SceUID modid, SceSize args, const void *argp, SceUInt32 flags) |
| |
| int | sceKernelGetLibraryInfoByNID (SceUID modid, SceNID libnid, SceKernelLibraryInfo *info) |
| |
| int | sceKernelIsCalledFromSysModule (void *lr) |
| |
| SceUID | sceKernelGetModuleIdByAddr (void *addr) |
| |
| SceUInt32 | sceKernelGetAllowedSdkVersionOnSystem (void) |
| |
Exports for User.
Using this library in your project
Include the header file in your project:
Link the library to the executable:
◆ SceKernelLoadModuleOption
◆ SceKernelUnloadModuleOption
◆ SceKernelLibraryInfo
◆ sceKernelGetModuleInfo()
◆ sceKernelGetModuleList()
◆ sceKernelLoadModule()
◆ sceKernelUnloadModule()
◆ sceKernelStartModule()
| int sceKernelStartModule |
( |
SceUID |
modid, |
|
|
SceSize |
args, |
|
|
void * |
argp, |
|
|
int |
flags, |
|
|
void * |
option, |
|
|
int * |
status |
|
) |
| |
◆ sceKernelStopModule()
| int sceKernelStopModule |
( |
SceUID |
modid, |
|
|
SceSize |
args, |
|
|
void * |
argp, |
|
|
int |
flags, |
|
|
void * |
option, |
|
|
int * |
status |
|
) |
| |
◆ sceKernelLoadStartModule()
◆ sceKernelStopUnloadModule()
◆ sceKernelGetSystemSwVersion()
Gets system firmware information.
- Parameters
-
| [out] | version | - System sw version. |
- Note
- - If you spoofed the firmware version it will return the spoofed firmware.
◆ _sceKernelLoadModule()
◆ _sceKernelLoadStartModule()
| SceUID _sceKernelLoadStartModule |
( |
const char * |
module_filename, |
|
|
SceSize |
args, |
|
|
const void * |
argp, |
|
|
SceUInt32 |
flags |
|
) |
| |
◆ _sceKernelUnloadModule()
◆ _sceKernelStopModule()
◆ _sceKernelStopUnloadModule()
◆ _sceKernelOpenModule()
| SceUID _sceKernelOpenModule |
( |
const char * |
module_filename, |
|
|
SceSize |
args, |
|
|
const void * |
argp, |
|
|
SceUInt32 |
flags |
|
) |
| |
◆ _sceKernelCloseModule()
◆ sceKernelGetLibraryInfoByNID()
◆ sceKernelIsCalledFromSysModule()
| int sceKernelIsCalledFromSysModule |
( |
void * |
lr | ) |
|
◆ sceKernelGetModuleIdByAddr()
| SceUID sceKernelGetModuleIdByAddr |
( |
void * |
addr | ) |
|
◆ sceKernelGetAllowedSdkVersionOnSystem()
| SceUInt32 sceKernelGetAllowedSdkVersionOnSystem |
( |
void |
| ) |
|