From a2187a4befbcef53dd3260e8b302ce8e1281d7d6 Mon Sep 17 00:00:00 2001 From: Davee Date: Sun, 28 Oct 2018 15:57:17 +0000 Subject: add ksceKernelGetProcessStatus This kernel service queries the status of a given process. I'm unsure what exactly the bits represent. It seems 0x10 is related to suspension status, but I'm not confident in that assumption. --- nids/360/SceProcessmgr.yml | 1 + 1 file changed, 1 insertion(+) (limited to 'nids/360/SceProcessmgr.yml') diff --git a/nids/360/SceProcessmgr.yml b/nids/360/SceProcessmgr.yml index 92bd84e..063f562 100644 --- a/nids/360/SceProcessmgr.yml +++ b/nids/360/SceProcessmgr.yml @@ -40,6 +40,7 @@ modules: sceKernelGetProcessInfo: 0x0AFF3EAE sceKernelGetProcessLocalStorageAddr: 0xEE694840 sceKernelGetProcessLocalStorageAddrForPid: 0xAF80F39C + sceKernelGetProcessStatus: 0x65B120B8 sceKernelGetProcessTimeCore: 0xEC283166 sceKernelGetProcessTimeLowCore: 0x02179E12 sceKernelGetProcessTimeWideCore: 0x82D94BE9 -- cgit v1.2.3