diff options
author | Reiko Asakura | 2021-03-03 20:35:43 -0500 |
---|---|---|
committer | Reiko Asakura | 2021-03-03 20:35:43 -0500 |
commit | ecc7fa67fffdb97cd1d88ca11024f68fe9405bb3 (patch) | |
tree | dea40109c81d9432af55ab621e808d971d78c94f /nids/360/SceNpWebApi.yml | |
parent | Import SceNpWebApi NIDs from SDK 3.570.011 (diff) | |
download | vds-libraries-ecc7fa67fffdb97cd1d88ca11024f68fe9405bb3.tar.gz |
Add SceNpWebApi internal functions
Naming convention is based on SceNpWebApi from PS4's system software.
Some of the functions added do not exist in PS4's SceNpWebApi, or exist
as a non-internal function. Note that all PS4 export names can be
verified with SHA1 digest.
These name are made up:
sceNpWebApiInitializeForSceShell
sceNpWebApiModuleStartForSceShell
sceNpWebApiModuleStopForSceShell
Diffstat (limited to '')
-rw-r--r-- | nids/360/SceNpWebApi.yml | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/nids/360/SceNpWebApi.yml b/nids/360/SceNpWebApi.yml index 8bb6e8a..5daeaf0 100644 --- a/nids/360/SceNpWebApi.yml +++ b/nids/360/SceNpWebApi.yml @@ -28,6 +28,25 @@ modules: sceNpWebApiGetMemoryPoolStats: 0x9DF7EE1E sceNpWebApiGetNpTitleId: 0xB65DF857 sceNpWebApiInitialize: 0x8519EB34 + sceNpWebApiInitializeForSceShell: 0xE8FBA9B8 + sceNpWebApiIntAbortHandle: 0x1140FA82 + sceNpWebApiIntCreateHandle: 0xBED99F66 + sceNpWebApiIntCreateMultipartRequest: 0x93BBA612 + sceNpWebApiIntCreatePushEventFilter: 0x19062C5A + sceNpWebApiIntCreateRequest: 0x0D910413 + sceNpWebApiIntCreateServicePushEventFilter: 0x159396F0 + sceNpWebApiIntDeleteHandle: 0x1D427258 + sceNpWebApiIntDeletePushEventFilter: 0x6CDD45B6 + sceNpWebApiIntDeleteServicePushEventFilter: 0xC359A88A + sceNpWebApiIntGetMemoryPoolStats: 0x6E6AFA39 + sceNpWebApiIntInitialize: 0xA11FBA1A + sceNpWebApiIntRegisterPushEventCallback: 0x83E94928 + sceNpWebApiIntRegisterServicePushEventCallback: 0x1BDB76C0 + sceNpWebApiIntTerminate: 0x66CEC1A6 + sceNpWebApiIntUnregisterPushEventCallback: 0xFDCBD57D + sceNpWebApiIntUnregisterServicePushEventCallback: 0xC18E6DAA + sceNpWebApiModuleStartForSceShell: 0xE83CE7F1 + sceNpWebApiModuleStopForSceShell: 0x8D83A2D0 sceNpWebApiReadData: 0xBA75BF6E sceNpWebApiRegisterExtdPushEventCallback: 0xE75796DD sceNpWebApiRegisterPushEventCallback: 0xDB04ECD6 |