diff options
author | TheOfficialFloW | 2019-01-10 17:04:48 +0100 |
---|---|---|
committer | GitHub | 2019-01-10 17:04:48 +0100 |
commit | 7797aa09c2be1946a5ea0183a552d8413cd1883b (patch) | |
tree | 544ba6fdce01712ce5741def43c61c5810305b34 | |
parent | Merge pull request #386 from xerpi/lcd (diff) | |
download | vds-libraries-7797aa09c2be1946a5ea0183a552d8413cd1883b.tar.gz |
Added two SceModulemgrForKernel NIDs
Found in debug strings in old FW.
-rw-r--r-- | nids/360/SceKernelModulemgr.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/nids/360/SceKernelModulemgr.yml b/nids/360/SceKernelModulemgr.yml index 340dada..7d61716 100644 --- a/nids/360/SceKernelModulemgr.yml +++ b/nids/360/SceKernelModulemgr.yml @@ -41,6 +41,8 @@ modules: sceKernelGetProcessMainModule: 0x20A27FA9 sceKernelGetProcessMainModulePath: 0x779A1025 sceKernelLoadModuleForPid: 0xFA21D8CB + sceKernelLoadPreloadingModules: 0x3AD26B43 + sceKernelLoadProcessImage: 0xAC4EABDB sceKernelMountBootfs: 0x01360661 sceKernelStartModuleForPid: 0x6DF745D5 sceKernelStopModuleForPid: 0x7BB4CE54 |