diff options
author | Reiko Asakura | 2021-03-03 11:27:52 -0500 |
---|---|---|
committer | Reiko Asakura | 2021-03-03 11:27:52 -0500 |
commit | e2dbd18dc57fa52c8401d4b600908da0722a0c85 (patch) | |
tree | 456ab23f561b0b4c5cc40f7761c591c440c1ae82 /nids | |
parent | Changes to user/incoming_dialog.h (diff) | |
download | vds-libraries-e2dbd18dc57fa52c8401d4b600908da0722a0c85.tar.gz |
Add kernel net function NIDs
From 0.940 bt.skprx:
sceNetDriverAttach
sceNetGatewayAttach
From 0.990 deci4p_dbgp.skprx:
sceNetDebugAttach
sceNetDebugDetach
Diffstat (limited to 'nids')
-rw-r--r-- | nids/360/SceNetPs.yml | 2 | ||||
-rw-r--r-- | nids/360/SceSysmem.yml | 4 |
2 files changed, 6 insertions, 0 deletions
diff --git a/nids/360/SceNetPs.yml b/nids/360/SceNetPs.yml index 403dac0..2722e86 100644 --- a/nids/360/SceNetPs.yml +++ b/nids/360/SceNetPs.yml @@ -9,6 +9,8 @@ modules: sceNetBind: 0x84AB650F sceNetClose: 0x21F4428D sceNetConnect: 0x13491DA1 + sceNetDriverAttach: 0x1ABF937D + sceNetGatewayAttach: 0x3D4A1D74 sceNetGetpeername: 0xB949AFD5 sceNetGetsockname: 0x8F1BB0E7 sceNetGetsockopt: 0x92EE24A6 diff --git a/nids/360/SceSysmem.yml b/nids/360/SceSysmem.yml index 7192afd..da30aad 100644 --- a/nids/360/SceSysmem.yml +++ b/nids/360/SceSysmem.yml @@ -496,6 +496,8 @@ modules: sceKernelSysrootGetSystemSwVersion: 0x67AAB627 sceKernelSysrootSetProcessHandler: 0x0F07C3FC sceKernelSysrootSetSystemSwVersion: 0x3276086B + sceNetDebugAttach: 0x6C036B53 + sceNetDebugDetach: 0xA9510EFE sceSysrootGetHardwareInfo: 0x930B1342 sceSysrootIsAuCodecIcConexant: 0x46E72428 sceSysrootUtMgrHasNpTestFlag: 0xA43599E9 @@ -524,6 +526,8 @@ modules: sceKernelSysrootIsUserModeThread: 0x7FC7A163 sceKernelSysrootProcessmgrStart2: 0x62E8F511 sceKernelSysrootSetSysroot: 0x36916C30 + sceNetDebugAttach: 0x6C036B53 + sceNetDebugDetach: 0xA9510EFE sceSysrootGetFactorySystemSwVersion: 0xD3872270 sceSysrootGetModuleInfoForPid: 0xFF9F80FF sceSysrootGetNidName: 0x0B79E220 |