From 8bea76cc90269a41ad12173add2d6b3ed2798878 Mon Sep 17 00:00:00 2001 From: masagrator Date: Sat, 11 Apr 2020 19:12:30 +0200 Subject: [PATCH] Retype syscalls in json to match libnx 3.1.0, add svcGetSystemInfo --- hbl.json | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/hbl.json b/hbl.json index ad930be..e72d446 100644 --- a/hbl.json +++ b/hbl.json @@ -33,10 +33,10 @@ { "type": "syscalls", "value": { - "svcUnknown00": "0x00", - "svcSetHeapSize": "0x01", - "svcSetMemoryPermission": "0x02", - "svcSetMemoryAttribute": "0x03", + "svcSetHeapSize": "0x00", + "svcSetMemoryPermission": "0x01", + "svcSetMemoryAttribute": "0x02", + "svcUnknown03": "0x03", "svcMapMemory": "0x04", "svcUnmapMemory": "0x05", "svcQueryMemory": "0x06", @@ -79,7 +79,7 @@ "svcFlushDataCache": "0x2B", "svcMapPhysicalMemory": "0x2C", "svcUnmapPhysicalMemory": "0x2D", - "svcGetFutureThreadInfo": "0x2E", + "svcGetDebugFutureThreadInfo": "0x2E", "svcGetLastThreadInfo": "0x2F", "svcGetResourceLimitLimitValue": "0x30", "svcGetResourceLimitCurrentValue": "0x31", @@ -87,14 +87,14 @@ "svcGetThreadContext3": "0x33", "svcWaitForAddress": "0x34", "svcSignalToAddress": "0x35", - "svcUnknown36": "0x36", + "svcSynchronizePreemptionState": "0x36", "svcUnknown37": "0x37", "svcUnknown38": "0x38", "svcUnknown39": "0x39", "svcUnknown3a": "0x3A", "svcUnknown3b": "0x3B", - "svcDumpInfo": "0x3C", - "svcDumpInfoNew": "0x3D", + "svcKernelDebug": "0x3C", + "svcChangeKernelTraceState": "0x3D", "svcUnknown3e": "0x3E", "svcUnknown3f": "0x3F", "svcCreateSession": "0x40", @@ -130,6 +130,7 @@ "svcWriteDebugProcessMemory": "0x6B", "svcSetHardwareBreakPoint": "0x6C", "svcGetDebugThreadParam": "0x6D", + "svcGetSystemInfo": "0x6F", "svcConnectToPort": "0x72", "svcSetProcessMemoryPermission": "0x73", "svcMapProcessMemory": "0x74",