Advertisement
Guest User

Untitled

a guest
Aug 22nd, 2019
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.59 KB | None | 0 0
  1. {
  2. "name": "nxdbg",
  3. "title_id": "01000000000000ff",
  4. "main_thread_stack_size": "0x20000",
  5. "main_thread_priority": 43,
  6. "default_cpu_id": 3,
  7. "process_category": 1,
  8. "kernel_capabilities": [{
  9. "type": "handle_table_size",
  10. "value": 512
  11. }, {
  12. "type": "syscalls",
  13. "value": {
  14. "svcSetHeapSize": "0x01",
  15. "svcSetMemoryPermission": "0x02",
  16. "svcSetMemoryAttribute": "0x03",
  17. "svcMapMemory": "0x04",
  18. "svcUnmapMemory": "0x05",
  19. "svcQueryMemory": "0x06",
  20. "svcExitProcess": "0x07",
  21. "svcCreateThread": "0x08",
  22. "svcStartThread": "0x09",
  23. "svcExitThread": "0x0a",
  24. "svcSleepThread": "0x0b",
  25. "svcGetThreadPriority": "0x0c",
  26. "svcSetThreadPriority": "0x0d",
  27. "svcGetThreadCoreMask": "0x0e",
  28. "svcSetThreadCoreMask": "0x0f",
  29. "svcGetCurrentProcessorNumber": "0x10",
  30. "svcSignalEvent": "0x11",
  31. "svcClearEvent": "0x12",
  32. "svcMapSharedMemory": "0x13",
  33. "svcUnmapSharedMemory": "0x14",
  34. "svcCreateTransferMemory": "0x15",
  35. "svcCloseHandle": "0x16",
  36. "svcResetSignal": "0x17",
  37. "svcWaitSynchronization": "0x18",
  38. "svcCancelSynchronization": "0x19",
  39. "svcArbitrateLock": "0x1a",
  40. "svcArbitrateUnlock": "0x1b",
  41. "svcWaitProcessWideKeyAtomic": "0x1c",
  42. "svcSignalProcessWideKey": "0x1d",
  43. "svcGetSystemTick": "0x1e",
  44. "svcConnectToNamedPort": "0x1f",
  45. "svcSendSyncRequestLight": "0x20",
  46. "svcSendSyncRequest": "0x21",
  47. "svcSendSyncRequestWithUserBuffer": "0x22",
  48. "svcSendAsyncRequestWithUserBuffer": "0x23",
  49. "svcGetProcessId": "0x24",
  50. "svcGetThreadId": "0x25",
  51. "svcBreak": "0x26",
  52. "svcOutputDebugString": "0x27",
  53. "svcReturnFromException": "0x28",
  54. "svcGetInfo": "0x29",
  55. "svcWaitForAddress": "0x34",
  56. "svcSignalToAddress": "0x35",
  57. "svcCreateSession": "0x40",
  58. "svcAcceptSession": "0x41",
  59. "svcReplyAndReceiveLight": "0x42",
  60. "svcReplyAndReceive": "0x43",
  61. "svcReplyAndReceiveWithUserBuffer": "0x44",
  62. "svcCreateEvent": "0x45",
  63. "svcCreateInterruptEvent": "0x53",
  64. "svcQueryIoMapping": "0x55",
  65. "svcCreateDeviceAddressSpace": "0x56",
  66. "svcAttachDeviceAddressSpace": "0x57",
  67. "svcDetachDeviceAddressSpace": "0x58",
  68. "svcMapDeviceAddressSpaceAligned": "0x5a",
  69. "svcUnmapDeviceAddressSpace": "0x5c",
  70. "svcGetSystemInfo": "0x6f",
  71. "svcGetProcessList": "0x65",
  72. "svcDebugActiveProcess": "0x60",
  73. "svcQueryDebugProcessMemory": "0x69",
  74. "svcGetDebugEvent": "0x63",
  75. "svcReadDebugProcessMemory": "0x6A",
  76. "svcContinueDebugEvent": "0x64",
  77. "svcGetDebugThreadContext": "0x67",
  78. "svcBreakDebugProcess": "0x61",
  79. "svcWriteDebugProcessMemory": "0x6B"
  80. }
  81. }]
  82. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement