From b7b08fb886780eb3675dd26bc49712d339d94d5f Mon Sep 17 00:00:00 2001 From: Reiko Asakura Date: Wed, 10 Mar 2021 22:00:50 -0500 Subject: Remove forwarded syscalls The criteria for removal are 1. The syscall forwarder does not modify arguments or pass additional arguments. 2. The syscall is not used outside of the syscall forwarder. For the removed headers, appmgr.h is wrong, iofilemgr_syscall.h is correct, and net_syscalls.h is unknown. --- nids/360/SceProcessmgr.yml | 3 --- 1 file changed, 3 deletions(-) (limited to 'nids/360/SceProcessmgr.yml') diff --git a/nids/360/SceProcessmgr.yml b/nids/360/SceProcessmgr.yml index 6656c67..97ab6a2 100644 --- a/nids/360/SceProcessmgr.yml +++ b/nids/360/SceProcessmgr.yml @@ -15,9 +15,6 @@ modules: sceKernelGetExtraTty: 0x2D635A00 sceKernelGetProcessName: 0x10C52C95 sceKernelGetProcessParam: 0x2BE3E066 - sceKernelGetProcessTime: 0xD37A8437 - sceKernelGetProcessTimeLow: 0xF5D0D4C6 - sceKernelGetProcessTimeWide: 0x89DA0967 sceKernelGetProcessTitleId: 0x03A48771 sceKernelGetRemoteProcessTime: 0xE6E9FCA3 sceKernelGetStderr: 0xFA5E3ADA -- cgit v1.2.3