Use new npdm-json format

This commit is contained in:
roblabla 2018-09-29 02:37:23 +00:00 committed by yellows8
parent 8ab9e6d8da
commit bde505a0bf

View File

@ -14,18 +14,25 @@
"filesystem_access": {
"permissions": "0xFFFFFFFFFFFFFFFF"
},
"service_access" : {
"*" : false,
"*" : true
},
"kernel_capabilities" : {
"kernel_flags" : {
"service_host": [
"*"
],
"service_access": [
"*"
],
"kernel_capabilities": [
{
"type": "kernel_flags",
"value": {
"highest_thread_priority": 59,
"lowest_thread_priority": 28,
"highest_cpu_id": 2,
"lowest_cpu_id": 0
}
},
"syscalls" : {
{
"type": "syscalls",
"value": {
"svcUnknown00": "0x00",
"svcSetHeapSize": "0x01",
"svcSetMemoryPermission": "0x02",
@ -130,13 +137,26 @@
"svcQueryProcessMemory": "0x76",
"svcMapProcessCodeMemory": "0x77",
"svcUnmapProcessCodeMemory": "0x78"
}
},
"application_type" : 2,
"min_kernel_version" : "0x30",
"handle_table_size" : 512,
"debug_flags" : {
{
"type": "application_type",
"value": 2
},
{
"type": "min_kernel_version",
"value": "0x30"
},
{
"type": "handle_table_size",
"value": 512
},
{
"type": "debug_flags",
"value": {
"allow_debug": true,
"force_debug": true
}
}
]
}