diff options
author | Glenn Anderson | 2015-08-15 19:09:09 -0400 |
---|---|---|
committer | Glenn Anderson | 2015-08-15 19:09:17 -0400 |
commit | 075b61d7d4d7274f08594ab609518b8200d776a3 (patch) | |
tree | 467603962ad554c8004c1ed807f46c0b5fb08d09 /nids/360/SceModulemgr.yml | |
parent | Adds initial NID JSON database. (diff) | |
download | vds-libraries-075b61d7d4d7274f08594ab609518b8200d776a3.tar.gz |
Makes library/module NIDs unique.
Diffstat (limited to 'nids/360/SceModulemgr.yml')
-rw-r--r-- | nids/360/SceModulemgr.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/nids/360/SceModulemgr.yml b/nids/360/SceModulemgr.yml index e5d9ddd..edb41a3 100644 --- a/nids/360/SceModulemgr.yml +++ b/nids/360/SceModulemgr.yml @@ -1,9 +1,9 @@ modules: SceModulemgr: - nid: 0x00000000 + nid: 0x00000065 libraries: SceModulemgr: - nid: 0x00000000 + nid: 0x00000066 functions: sceKernelGetModuleIdByAddr: 0xF5798C7C sceKernelGetModuleInfo: 0x36585DAF |