From 9b3c750e46c038f7b8d48a0e36e1d5c6774b669c Mon Sep 17 00:00:00 2001 From: Princess of Sleeping Date: Tue, 21 Aug 2018 04:08:58 +0900 Subject: Add ksceKernelSearchModuleByName --- include/kernel/kernel/modulemgr.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include/kernel') diff --git a/include/kernel/kernel/modulemgr.h b/include/kernel/kernel/modulemgr.h index 804eb63..c28e271 100644 --- a/include/kernel/kernel/modulemgr.h +++ b/include/kernel/kernel/modulemgr.h @@ -96,6 +96,8 @@ int sceKernelStopUnloadModuleForPid(SceUID pid, SceUID modid, SceSize args, void int sceKernelMountBootfs(const char *bootImagePath); int sceKernelUmountBootfs(void); +int sceKernelSearchModuleByName(const char* module_name, const char* path, int pid); + #ifdef __cplusplus } #endif -- cgit v1.2.3