mirror of
https://github.com/switchbrew/nx-hbloader.git
synced 2025-06-20 21:12:39 +02:00
Add debug/process inspection svcs to the npdm (the non-writing ones are useful even without debug mode enabled)
This commit is contained in:
parent
d6e56d487f
commit
f6c0b02931
14
hbl.json
14
hbl.json
@ -109,6 +109,20 @@
|
||||
"svcCreateSharedMemory" : "0x50",
|
||||
"svcMapTransferMemory" : "0x51",
|
||||
"svcUnmapTransferMemory" : "0x52",
|
||||
"svcDebugActiveProcess" : "0x60",
|
||||
"svcBreakDebugProcess" : "0x61",
|
||||
"svcTerminateDebugProcess" : "0x62",
|
||||
"svcGetDebugEvent" : "0x63",
|
||||
"svcContinueDebugEvent" : "0x64",
|
||||
"svcGetProcessList" : "0x65",
|
||||
"svcGetThreadList" : "0x66",
|
||||
"svcGetDebugThreadContext" : "0x67",
|
||||
"svcSetDebugThreadContext" : "0x68",
|
||||
"svcQueryDebugProcessMemory" : "0x69",
|
||||
"svcReadDebugProcessMemory" : "0x6A",
|
||||
"svcWriteDebugProcessMemory" : "0x6B",
|
||||
"svcSetHardwareBreakPoint" : "0x6C",
|
||||
"svcGetDebugThreadParam" : "0x6D",
|
||||
"svcConnectToPort" : "0x72",
|
||||
"svcSetProcessMemoryPermission" : "0x73",
|
||||
"svcMapProcessMemory" : "0x74",
|
||||
|
Loading…
Reference in New Issue
Block a user