mirror of
https://github.com/CTCaer/hekate
synced 2024-11-16 00:49:27 +00:00
Add SVC verification disable on 5.x
This commit is contained in:
parent
919bf99cb2
commit
d4764ab8bc
1 changed files with 1 additions and 1 deletions
|
@ -90,7 +90,7 @@ PATCHSET_DEF(_kernel_4_patchset,
|
|||
);
|
||||
|
||||
PATCHSET_DEF(_kernel_5_patchset,
|
||||
{ 0xFFFFFFFF, 0xFFFFFFFF }, // TODO: MISSING
|
||||
{ 0x45E6C, _NOP() }, // Disable SVC verifications
|
||||
{ 0x5513C, _MOVZX(8, 1, 0) } // Enable Debug Patch
|
||||
);
|
||||
|
||||
|
|
Loading…
Reference in a new issue