Skip to content

Commit e5f3620

Browse files
committed
Fix 6.0
1 parent 360a440 commit e5f3620

2 files changed

Lines changed: 105 additions & 57 deletions

File tree

source/main.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
#include "util.h"
1111

1212
#define TITLE_ID 0x420000000000000F
13-
#define HEAP_SIZE 0x000540000
13+
#define HEAP_SIZE 0x000340000
1414

1515
// we aren't an applet
1616
u32 __nx_applet_type = AppletType_None;

sys-netcheat.json

Lines changed: 104 additions & 56 deletions
Original file line numberDiff line numberDiff line change
@@ -8,62 +8,110 @@
88
"kernel_capabilities": {
99
"handle_table_size": 128,
1010
"syscalls": {
11-
"svcSetHeapSize": "0x01",
12-
"svcSetMemoryPermission": "0x02",
13-
"svcSetMemoryAttribute": "0x03",
14-
"svcMapMemory": "0x04",
15-
"svcUnmapMemory": "0x05",
16-
"svcQueryMemory": "0x06",
17-
"svcExitProcess": "0x07",
18-
"svcCreateThread": "0x08",
19-
"svcStartThread": "0x09",
20-
"svcExitThread": "0x0a",
21-
"svcSleepThread": "0x0b",
22-
"svcGetThreadPriority": "0x0c",
23-
"svcSetThreadPriority": "0x0d",
24-
"svcGetThreadCoreMask": "0x0e",
25-
"svcSetThreadCoreMask": "0x0f",
26-
"svcGetCurrentProcessorNumber": "0x10",
27-
"svcSignalEvent": "0x11",
28-
"svcClearEvent": "0x12",
29-
"svcMapSharedMemory": "0x13",
30-
"svcUnmapSharedMemory": "0x14",
31-
"svcCreateTransferMemory": "0x15",
32-
"svcCloseHandle": "0x16",
33-
"svcResetSignal": "0x17",
34-
"svcWaitSynchronization": "0x18",
35-
"svcCancelSynchronization": "0x19",
36-
"svcArbitrateLock": "0x1a",
37-
"svcArbitrateUnlock": "0x1b",
38-
"svcWaitProcessWideKeyAtomic": "0x1c",
39-
"svcSignalProcessWideKey": "0x1d",
40-
"svcGetSystemTick": "0x1e",
41-
"svcConnectToNamedPort": "0x1f",
42-
"svcSendSyncRequestLight": "0x20",
43-
"svcSendSyncRequest": "0x21",
44-
"svcSendSyncRequestWithUserBuffer": "0x22",
45-
"svcSendAsyncRequestWithUserBuffer": "0x23",
46-
"svcGetProcessId": "0x24",
47-
"svcGetThreadId": "0x25",
48-
"svcBreak": "0x26",
49-
"svcOutputDebugString": "0x27",
50-
"svcReturnFromException": "0x28",
51-
"svcGetInfo": "0x29",
52-
"svcWaitForAddress": "0x34",
53-
"svcSignalToAddress": "0x35",
54-
"svcCreateSession": "0x40",
55-
"svcAcceptSession": "0x41",
56-
"svcReplyAndReceiveLight": "0x42",
57-
"svcReplyAndReceive": "0x43",
58-
"svcReplyAndReceiveWithUserBuffer": "0x44",
59-
"svcCreateEvent": "0x45",
60-
"svcDebugActiveProcess": "0x60",
61-
"svcGetDebugEvent": "0x63",
62-
"svcGetThreadList": "0x66",
63-
"svcGetDebugThreadContext": "0x67",
64-
"svcQueryDebugProcessMemory": "0x69",
65-
"svcReadDebugProcessMemory": "0x6a",
66-
"svcGetDebugThreadParam": "0x6d"
11+
"svcUnknown00" : "0x00",
12+
"svcSetHeapSize" : "0x01",
13+
"svcSetMemoryPermission" : "0x02",
14+
"svcSetMemoryAttribute" : "0x03",
15+
"svcMapMemory" : "0x04",
16+
"svcUnmapMemory" : "0x05",
17+
"svcQueryMemory" : "0x06",
18+
"svcExitProcess" : "0x07",
19+
"svcCreateThread" : "0x08",
20+
"svcStartThread" : "0x09",
21+
"svcExitThread" : "0x0A",
22+
"svcSleepThread" : "0x0B",
23+
"svcGetThreadPriority" : "0x0C",
24+
"svcSetThreadPriority" : "0x0D",
25+
"svcGetThreadCoreMask" : "0x0E",
26+
"svcSetThreadCoreMask" : "0x0F",
27+
"svcGetCurrentProcessorNumber" : "0x10",
28+
"svcSignalEvent" : "0x11",
29+
"svcClearEvent" : "0x12",
30+
"svcMapSharedMemory" : "0x13",
31+
"svcUnmapSharedMemory" : "0x14",
32+
"svcCreateTransferMemory" : "0x15",
33+
"svcCloseHandle" : "0x16",
34+
"svcResetSignal" : "0x17",
35+
"svcWaitSynchronization" : "0x18",
36+
"svcCancelSynchronization" : "0x19",
37+
"svcArbitrateLock" : "0x1A",
38+
"svcArbitrateUnlock" : "0x1B",
39+
"svcWaitProcessWideKeyAtomic" : "0x1C",
40+
"svcSignalProcessWideKey" : "0x1D",
41+
"svcGetSystemTick" : "0x1E",
42+
"svcConnectToNamedPort" : "0x1F",
43+
"svcSendSyncRequestLight" : "0x20",
44+
"svcSendSyncRequest" : "0x21",
45+
"svcSendSyncRequestWithUserBuffer" : "0x22",
46+
"svcSendAsyncRequestWithUserBuffer" : "0x23",
47+
"svcGetProcessId" : "0x24",
48+
"svcGetThreadId" : "0x25",
49+
"svcBreak" : "0x26",
50+
"svcOutputDebugString" : "0x27",
51+
"svcReturnFromException" : "0x28",
52+
"svcGetInfo" : "0x29",
53+
"svcFlushEntireDataCache" : "0x2A",
54+
"svcFlushDataCache" : "0x2B",
55+
"svcMapPhysicalMemory" : "0x2C",
56+
"svcUnmapPhysicalMemory" : "0x2D",
57+
"svcGetFutureThreadInfo" : "0x2E",
58+
"svcGetLastThreadInfo" : "0x2F",
59+
"svcGetResourceLimitLimitValue" : "0x30",
60+
"svcGetResourceLimitCurrentValue" : "0x31",
61+
"svcSetThreadActivity" : "0x32",
62+
"svcGetThreadContext3" : "0x33",
63+
"svcWaitForAddress" : "0x34",
64+
"svcSignalToAddress" : "0x35",
65+
"svcUnknown36" : "0x36",
66+
"svcUnknown37" : "0x37",
67+
"svcUnknown38" : "0x38",
68+
"svcUnknown39" : "0x39",
69+
"svcUnknown3a" : "0x3A",
70+
"svcUnknown3b" : "0x3B",
71+
"svcDumpInfo" : "0x3C",
72+
"svcDumpInfoNew" : "0x3D",
73+
"svcUnknown3e" : "0x3E",
74+
"svcUnknown3f" : "0x3F",
75+
"svcCreateSession" : "0x40",
76+
"svcAcceptSession" : "0x41",
77+
"svcReplyAndReceiveLight" : "0x42",
78+
"svcReplyAndReceive" : "0x43",
79+
"svcReplyAndReceiveWithUserBuffer" : "0x44",
80+
"svcCreateEvent" : "0x45",
81+
"svcUnknown46" : "0x46",
82+
"svcUnknown47" : "0x47",
83+
"svcMapPhysicalMemoryUnsafe" : "0x48",
84+
"svcUnmapPhysicalMemoryUnsafe" : "0x49",
85+
"svcSetUnsafeLimit" : "0x4A",
86+
"svcCreateCodeMemory" : "0x4B",
87+
"svcControlCodeMemory" : "0x4C",
88+
"svcSleepSystem" : "0x4D",
89+
"svcReadWriteRegister" : "0x4E",
90+
"svcSetProcessActivity" : "0x4F",
91+
"svcCreateSharedMemory" : "0x50",
92+
"svcMapTransferMemory" : "0x51",
93+
"svcUnmapTransferMemory" : "0x52",
94+
"svcDebugActiveProcess" : "0x60",
95+
"svcBreakDebugProcess" : "0x61",
96+
"svcTerminateDebugProcess" : "0x62",
97+
"svcGetDebugEvent" : "0x63",
98+
"svcContinueDebugEvent" : "0x64",
99+
"svcGetProcessList" : "0x65",
100+
"svcGetThreadList" : "0x66",
101+
"svcGetDebugThreadContext" : "0x67",
102+
"svcSetDebugThreadContext" : "0x68",
103+
"svcQueryDebugProcessMemory" : "0x69",
104+
"svcReadDebugProcessMemory" : "0x6A",
105+
"svcWriteDebugProcessMemory" : "0x6B",
106+
"svcSetHardwareBreakPoint" : "0x6C",
107+
"svcGetDebugThreadParam" : "0x6D",
108+
"svcConnectToPort" : "0x72",
109+
"svcSetProcessMemoryPermission" : "0x73",
110+
"svcMapProcessMemory" : "0x74",
111+
"svcUnmapProcessMemory" : "0x75",
112+
"svcQueryProcessMemory" : "0x76",
113+
"svcMapProcessCodeMemory" : "0x77",
114+
"svcUnmapProcessCodeMemory" : "0x78"
67115
}
68116
}
69117
}

0 commit comments

Comments
 (0)