mirror of
https://github.com/switchbrew/nx-hbloader.git
synced 2025-06-21 05:22:40 +02:00
Grant access to svcCallSecureMonitor
This commit is contained in:
parent
0556fbbd99
commit
8717f990ab
3
hbl.json
3
hbl.json
@ -136,7 +136,8 @@
|
|||||||
"svcUnmapProcessMemory": "0x75",
|
"svcUnmapProcessMemory": "0x75",
|
||||||
"svcQueryProcessMemory": "0x76",
|
"svcQueryProcessMemory": "0x76",
|
||||||
"svcMapProcessCodeMemory": "0x77",
|
"svcMapProcessCodeMemory": "0x77",
|
||||||
"svcUnmapProcessCodeMemory": "0x78"
|
"svcUnmapProcessCodeMemory": "0x78",
|
||||||
|
"svcCallSecureMonitor": "0x7F"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
@ -370,7 +370,7 @@ void loadNro(void)
|
|||||||
{ EntryType_Argv, 0, {0, 0} },
|
{ EntryType_Argv, 0, {0, 0} },
|
||||||
{ EntryType_NextLoadPath, 0, {0, 0} },
|
{ EntryType_NextLoadPath, 0, {0, 0} },
|
||||||
{ EntryType_LastLoadResult, 0, {0, 0} },
|
{ EntryType_LastLoadResult, 0, {0, 0} },
|
||||||
{ EntryType_SyscallAvailableHint, 0, {0xffffffffffffffff, 0x1fc1fff0007ffff} },
|
{ EntryType_SyscallAvailableHint, 0, {0xffffffffffffffff, 0x9fc1fff0007ffff} },
|
||||||
{ EntryType_RandomSeed, 0, {0, 0} },
|
{ EntryType_RandomSeed, 0, {0, 0} },
|
||||||
{ EntryType_EndOfList, 0, {0, 0} }
|
{ EntryType_EndOfList, 0, {0, 0} }
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user