diff options
author | Yifan Lu | 2017-05-13 14:47:55 -0700 |
---|---|---|
committer | Yifan Lu | 2017-05-13 14:47:55 -0700 |
commit | 7e20ffd09922083a4d18eae2d9c128cdbfc07741 (patch) | |
tree | 0149d9b51b34b4b4233ca388d690f3bd7b04ad7a /nids/360/SceKernelModulemgr.yml | |
parent | Added new function: ksceKernelStartModuleForPid (diff) | |
download | vds-libraries-7e20ffd09922083a4d18eae2d9c128cdbfc07741.tar.gz |
Moved NID from wrong library
Diffstat (limited to 'nids/360/SceKernelModulemgr.yml')
-rw-r--r-- | nids/360/SceKernelModulemgr.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nids/360/SceKernelModulemgr.yml b/nids/360/SceKernelModulemgr.yml index 9daebeb..33be3a0 100644 --- a/nids/360/SceKernelModulemgr.yml +++ b/nids/360/SceKernelModulemgr.yml @@ -22,7 +22,6 @@ modules: sceKernelLoadStartSharedModuleForPid: 0xE2ADEF8D sceKernelSearchModuleByName: 0xBBE1771C sceKernelStartModule: 0x0675B682 - sceKernelStartModuleForPid: 0x6DF745D5 sceKernelStopModule: 0x100DAEB9 sceKernelStopUnloadModule: 0x03B30B7E sceKernelStopUnloadModuleForPid: 0x49A3EDC7 @@ -34,5 +33,6 @@ modules: sceKernelGetModuleInternal: 0xFE303863 sceKernelGetModuleList: 0x97CF7B4E sceKernelLoadModuleForPid: 0xFA21D8CB + sceKernelStartModuleForPid: 0x6DF745D5 sceKernelStopModuleForPid: 0x7BB4CE54 sceKernelUnloadModuleForPid: 0x5972E2CC |