diff options
author | Reiko Asakura | 2020-09-21 05:39:03 -0400 |
---|---|---|
committer | Reiko Asakura | 2020-09-21 05:39:03 -0400 |
commit | 3da62f250c69fa38277b1e480ea1ef79ea56b543 (patch) | |
tree | f9835e1930d827051e652722fde7faecdb4ff7ec /nids/360/SceLibNetCtl.yml | |
parent | Refactor SceGxm headers (diff) | |
download | vds-libraries-3da62f250c69fa38277b1e480ea1ef79ea56b543.tar.gz |
Fix module name and debug fingerprint
Diffstat (limited to 'nids/360/SceLibNetCtl.yml')
-rw-r--r-- | nids/360/SceLibNetCtl.yml | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/nids/360/SceLibNetCtl.yml b/nids/360/SceLibNetCtl.yml new file mode 100644 index 0000000..19a5992 --- /dev/null +++ b/nids/360/SceLibNetCtl.yml @@ -0,0 +1,25 @@ +modules: + SceLibNetCtl: + nid: 0xFA4A5948 + libraries: + SceNetCtl: + nid: 0xC6083AE1 + functions: + sceNetCtlAdhocDisconnect: 0xED43B79A + sceNetCtlAdhocGetInAddr: 0x7118C99D + sceNetCtlAdhocGetPeerList: 0x77586C59 + sceNetCtlAdhocGetResult: 0x7AE0ED19 + sceNetCtlAdhocGetState: 0x0961A561 + sceNetCtlAdhocRegisterCallback: 0xFFA9D594 + sceNetCtlAdhocUnregisterCallback: 0xA4471E10 + sceNetCtlCheckCallback: 0xDFFC3ED4 + sceNetCtlGetIfStat: 0xDA130450 + sceNetCtlGetNatInfo: 0x4DDD6149 + sceNetCtlGetPhoneMaxDownloadableSize: 0x4FB4BEA1 + sceNetCtlInetGetInfo: 0xB26D07F3 + sceNetCtlInetGetResult: 0x6B20EC02 + sceNetCtlInetGetState: 0x6D26AC68 + sceNetCtlInetRegisterCallback: 0xEAEE6185 + sceNetCtlInetUnregisterCallback: 0xD0C3BF3F + sceNetCtlInit: 0x495CA1DB + sceNetCtlTerm: 0xCD188648 |