index
:
EfiGuard.git
Disable PatchGuard and DSE at boot time with an EasyAntiCheat compatibility mode
log msg
author
committer
range
my
test
about
summary
refs
log
tree
commit
diff
path:
root
/
EfiGuardDxe
/
EfiGuardDxe.h
diff options
context:
1
2
3
4
5
6
7
8
9
10
15
20
25
30
35
40
space:
include
ignore
mode:
unified
ssdiff
stat only
Diffstat
(limited to 'EfiGuardDxe/EfiGuardDxe.h')
-rw-r--r--
EfiGuardDxe/EfiGuardDxe.h
1
1 files changed, 1 insertions, 0 deletions
diff --git a/EfiGuardDxe/EfiGuardDxe.h b/EfiGuardDxe/EfiGuardDxe.h
index 0970d3b..249ed8c 100644
--- a/
EfiGuardDxe/EfiGuardDxe.h
+++ b/
EfiGuardDxe/EfiGuardDxe.h
@@ -49,6 +49,7 @@ extern BOOLEAN gEfiGoneVirtual;
// Universal template bytes for a faux call inline hook (mov [e|r]ax, <addr>, push [e|r]ax, ret)
//
extern CONST UINT8 gHookTemplate[(sizeof(VOID*) / 4) + sizeof(VOID*) + 2];
+extern CONST UINTN gHookTemplateAddressOffset;
//