diff options
author | Princess of Sleeping | 2018-11-19 22:25:11 +0900 |
---|---|---|
committer | GitHub | 2018-11-19 22:25:11 +0900 |
commit | 55d5552cb74583662b3b5e0d5956c50e3ee808c6 (patch) | |
tree | eb8aac645f2312889f290fb3db4241ea91487d5b /nids/360/SceNetPs.yml | |
parent | appmgr: add some const keywords (diff) | |
download | vds-libraries-55d5552cb74583662b3b5e0d5956c50e3ee808c6.tar.gz |
Add ksceNetConnect and sceNetConnectForSyscalls
Diffstat (limited to 'nids/360/SceNetPs.yml')
-rw-r--r-- | nids/360/SceNetPs.yml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/nids/360/SceNetPs.yml b/nids/360/SceNetPs.yml index dd4ab8d..f55aeef 100644 --- a/nids/360/SceNetPs.yml +++ b/nids/360/SceNetPs.yml @@ -7,9 +7,14 @@ modules: functions: sceNetAccept: 0x880A5423 sceNetBind: 0x84AB650F + sceNetConnect: 0x13491DA1 sceNetListen: 0x080C7992 sceNetRecvfrom: 0x49B1669C sceNetSendto: 0xAB746734 sceNetSetsockopt: 0x4BF5FAB4 sceNetSocket: 0xEB95B024 sceNetSocketClose: 0x21F4428D + SceNetPsForSyscalls: + nid: 0x2CBED2C6 + functions: + sceNetConnectForSyscalls: 0x14A4DE52 |