diff options
author | Reiko Asakura | 2021-03-11 18:03:25 -0500 |
---|---|---|
committer | Reiko Asakura | 2021-03-11 18:03:25 -0500 |
commit | 403b237b0e54f1caf750f6a3233e1bc7ef95eaf2 (patch) | |
tree | dfb02cf899a3dde63e874a9164f76b29abd6e383 | |
parent | Import SceNpManager NIDs from SDK 3.570.011 (diff) | |
download | vds-libraries-403b237b0e54f1caf750f6a3233e1bc7ef95eaf2.tar.gz |
Add NIDs from retail 3.60 shell.self debug log
-rw-r--r-- | nids/360/SceLibNetCtl.yml | 1 | ||||
-rw-r--r-- | nids/360/SceNpCommonPs4.yml | 8 | ||||
-rw-r--r-- | nids/360/SceNpManager.yml | 2 | ||||
-rw-r--r-- | nids/360/SceShell.yml | 9 |
4 files changed, 20 insertions, 0 deletions
diff --git a/nids/360/SceLibNetCtl.yml b/nids/360/SceLibNetCtl.yml index 19a5992..367fd85 100644 --- a/nids/360/SceLibNetCtl.yml +++ b/nids/360/SceLibNetCtl.yml @@ -18,6 +18,7 @@ modules: sceNetCtlGetPhoneMaxDownloadableSize: 0x4FB4BEA1 sceNetCtlInetGetInfo: 0xB26D07F3 sceNetCtlInetGetResult: 0x6B20EC02 + sceNetCtlInetGetScanInfoBssidIpcInt: 0xA840C74C sceNetCtlInetGetState: 0x6D26AC68 sceNetCtlInetRegisterCallback: 0xEAEE6185 sceNetCtlInetUnregisterCallback: 0xD0C3BF3F diff --git a/nids/360/SceNpCommonPs4.yml b/nids/360/SceNpCommonPs4.yml new file mode 100644 index 0000000..711d355 --- /dev/null +++ b/nids/360/SceNpCommonPs4.yml @@ -0,0 +1,8 @@ +modules: + SceNpCommonPs4: + nid: 0x5B8E839D + libraries: + SceNpCommonPs4: + nid: 0x523E1FF8 + functions: + sceNpGetSystemClockUsec: 0xF56B0EAB diff --git a/nids/360/SceNpManager.yml b/nids/360/SceNpManager.yml index e2e5726..5c159e4 100644 --- a/nids/360/SceNpManager.yml +++ b/nids/360/SceNpManager.yml @@ -16,7 +16,9 @@ modules: sceNpManagerGetCachedParam: 0x43DC48A1 sceNpManagerGetChatRestrictionFlag: 0x60C575B1 sceNpManagerGetContentRatingFlag: 0xAF0073B2 + sceNpManagerGetCredentialFromRegistry: 0xDDF30B0E sceNpManagerGetNpId: 0x3C94B4B4 sceNpRegisterServiceStateCallback: 0x44239C35 sceNpTerm: 0x19E40AE1 sceNpUnregisterServiceStateCallback: 0xD9E6E56C + sceNpUtilIsAccountBound: 0xB24FC028 diff --git a/nids/360/SceShell.yml b/nids/360/SceShell.yml new file mode 100644 index 0000000..501e9b4 --- /dev/null +++ b/nids/360/SceShell.yml @@ -0,0 +1,9 @@ +modules: + SceShell: + nid: 0x0552F692 + libraries: + SceShell: + nid: 0x2404AE25 + functions: + sceNetCtlDisableNetworkImposeForShellSocketVsh: 0x794BF5BE + sceNetCtlEnableNetworkImposeForShellSocketVsh: 0x6B8772A2 |