Skip to content

Commit 0878b43

Browse files
committed
Use new npdm-json format
1 parent d84589a commit 0878b43

File tree

1 file changed

+121
-115
lines changed

1 file changed

+121
-115
lines changed

sys-netcheat.json

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

0 commit comments

Comments
 (0)