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/360/SceSysmem.yml | |
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/360/SceSysmem.yml')
-rw-r--r-- | nids/360/SceSysmem.yml | 4 |
1 files changed, 4 insertions, 0 deletions
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 |