diff options
Diffstat (limited to '')
-rw-r--r-- | nids/360/SceLibKernel.yml | 32 |
1 files changed, 29 insertions, 3 deletions
diff --git a/nids/360/SceLibKernel.yml b/nids/360/SceLibKernel.yml index 37074d2..0316966 100644 --- a/nids/360/SceLibKernel.yml +++ b/nids/360/SceLibKernel.yml @@ -64,7 +64,7 @@ modules: sceIoChstat: 0x29482F7F sceIoChstatAsync: 0x9739A5E2 sceIoChstatByFd: 0x6E903AB2 - sceIoClose2: 0xF5C6F098 + sceIoClose: 0xF5C6F098 sceIoCompleteMultiple: 0xA792C404 sceIoDevctl: 0x04B30CB2 sceIoDevctlAsync: 0x950F78EB @@ -85,7 +85,7 @@ modules: sceIoPreadAsync: 0xA010141E sceIoPwrite: 0x8FFFF5A8 sceIoPwriteAsync: 0xED25BEEF - sceIoRead2: 0x713523E1 + sceIoRead: 0x713523E1 sceIoRemove: 0xE20ED0F3 sceIoRemoveAsync: 0x446A60AC sceIoRename: 0xF737E369 @@ -94,7 +94,7 @@ modules: sceIoRmdirAsync: 0x9694D00F sceIoSync: 0x98ACED6D sceIoSyncAsync: 0xF7C7FBFE - sceIoWrite2: 0x11FED231 + sceIoWrite: 0x11FED231 sceKernelAtomicAddAndGet16: 0x495C52EC sceKernelAtomicAddAndGet32: 0x2E84A93B sceKernelAtomicAddAndGet64: 0xB6CE9B9A @@ -229,6 +229,7 @@ modules: sceKernelGetThreadId: 0x0FB972F9 sceKernelGetThreadInfo: 0x8D9C5461 sceKernelGetThreadRunStatus: 0xD6B01013 + sceKernelGetThreadSpecificInfo: 0x35D20E49 sceKernelGetTimerBase: 0x1F59E04D sceKernelGetTimerEventRemainingTime: 0x75B1EB3E sceKernelGetTimerInfo: 0x7E35E10A @@ -309,3 +310,28 @@ modules: nid: 0xF9AC7CF8 functions: sceKernelGetRandomNumber: 0xB2700165 + SceLibSsp: + nid: 0x8FA98EF1 + functions: + __stack_chk_fail: 0x39AD080B + variables: + __stack_chk_guard: 0x1EA375E6 + SceRtabi: + nid: 0xA941943F + functions: + __aeabi_d2lz: 0x5024AB91 + __aeabi_d2ulz: 0x6BB838EF + __aeabi_f2lz: 0xAA1F1B50 + __aeabi_f2ulz: 0x609CA961 + __aeabi_idiv: 0x38D62D60 + __aeabi_idivmod: 0x67104054 + __aeabi_lasr: 0x21FF67B9 + __aeabi_lcmp: 0x0D4F0635 + __aeabi_ldivmod: 0x6CBB0E84 + __aeabi_llsl: 0xA5DB3A86 + __aeabi_llsr: 0xCBDA815C + __aeabi_lmul: 0x141BC4CE + __aeabi_uidiv: 0xFB311F87 + __aeabi_uidivmod: 0xC33391D1 + __aeabi_ulcmp: 0x317B3774 + __aeabi_uldivmod: 0xCDF7708E |