mirror of
https://github.com/switchbrew/nx-hbloader.git
synced 2025-08-12 19:39:23 +02:00
Use new npdm-json format
This commit is contained in:
parent
8ab9e6d8da
commit
bde505a0bf
42
hbl.json
42
hbl.json
@ -14,18 +14,25 @@
|
|||||||
"filesystem_access": {
|
"filesystem_access": {
|
||||||
"permissions": "0xFFFFFFFFFFFFFFFF"
|
"permissions": "0xFFFFFFFFFFFFFFFF"
|
||||||
},
|
},
|
||||||
"service_access" : {
|
"service_host": [
|
||||||
"*" : false,
|
"*"
|
||||||
"*" : true
|
],
|
||||||
},
|
"service_access": [
|
||||||
"kernel_capabilities" : {
|
"*"
|
||||||
"kernel_flags" : {
|
],
|
||||||
|
"kernel_capabilities": [
|
||||||
|
{
|
||||||
|
"type": "kernel_flags",
|
||||||
|
"value": {
|
||||||
"highest_thread_priority": 59,
|
"highest_thread_priority": 59,
|
||||||
"lowest_thread_priority": 28,
|
"lowest_thread_priority": 28,
|
||||||
"highest_cpu_id": 2,
|
"highest_cpu_id": 2,
|
||||||
"lowest_cpu_id": 0
|
"lowest_cpu_id": 0
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"syscalls" : {
|
{
|
||||||
|
"type": "syscalls",
|
||||||
|
"value": {
|
||||||
"svcUnknown00": "0x00",
|
"svcUnknown00": "0x00",
|
||||||
"svcSetHeapSize": "0x01",
|
"svcSetHeapSize": "0x01",
|
||||||
"svcSetMemoryPermission": "0x02",
|
"svcSetMemoryPermission": "0x02",
|
||||||
@ -130,13 +137,26 @@
|
|||||||
"svcQueryProcessMemory": "0x76",
|
"svcQueryProcessMemory": "0x76",
|
||||||
"svcMapProcessCodeMemory": "0x77",
|
"svcMapProcessCodeMemory": "0x77",
|
||||||
"svcUnmapProcessCodeMemory": "0x78"
|
"svcUnmapProcessCodeMemory": "0x78"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"application_type" : 2,
|
{
|
||||||
"min_kernel_version" : "0x30",
|
"type": "application_type",
|
||||||
"handle_table_size" : 512,
|
"value": 2
|
||||||
"debug_flags" : {
|
},
|
||||||
|
{
|
||||||
|
"type": "min_kernel_version",
|
||||||
|
"value": "0x30"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "handle_table_size",
|
||||||
|
"value": 512
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "debug_flags",
|
||||||
|
"value": {
|
||||||
"allow_debug": true,
|
"allow_debug": true,
|
||||||
"force_debug": true
|
"force_debug": true
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
]
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user