diff options
-rw-r--r-- | EfiGuardDxe/PatchNtoskrnl.c | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/EfiGuardDxe/PatchNtoskrnl.c b/EfiGuardDxe/PatchNtoskrnl.c index c11d460..e37658a 100644 --- a/EfiGuardDxe/PatchNtoskrnl.c +++ b/EfiGuardDxe/PatchNtoskrnl.c @@ -35,12 +35,7 @@ STATIC CONST UINT8 SigSeCodeIntegrityQueryInformation[] = { 0xCC, 0x48, 0x83, 0x3D, 0xCC, 0xCC, 0xCC, 0xCC, 0x00, // cmp cs:qword_14035E638, 0 0x4D, 0x8B, 0xC8, // mov r9, r8 0x4C, 0x8B, 0xD1, // mov r10, rcx - 0x74, 0xCC, // jz XX - 0x8A, 0x05, 0xCC, 0xCC, 0xCC, 0xCC, // mov al, cs:SeILSigningPolicy - 0x0F, 0xB6, 0xC8, // movzx ecx, al - 0x84, 0xC0, // test al, al - 0x75, 0xCC, // jnz XX - 0x0F, 0xB6, 0x0D, 0xCC, 0xCC, 0xCC, 0xCC // movzx ecx, cs:SeILSigningPolicyRuntime + 0x74, 0xCC // jz XX }; // Patched SeCodeIntegrityQueryInformation which reports that DSE is enabled |