1
0
mirror of https://github.com/CTCaer/hekate.git synced 2024-10-03 05:02:04 +00:00

Add SVC verification disable on 5.x

This commit is contained in:
Robin Lambertz 2018-06-02 01:04:55 +02:00 committed by nwert
parent e0cb0e867b
commit c9f5a2516f

View File

@ -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
);