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
/
Application
/
EfiDSEFix
/
src
/
main.cpp
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 'Application/EfiDSEFix/src/main.cpp')
-rw-r--r--
Application/EfiDSEFix/src/main.cpp
2
1 files changed, 1 insertions, 1 deletions
diff --git a/Application/EfiDSEFix/src/main.cpp b/Application/EfiDSEFix/src/main.cpp
index 8409ee3..0575b0a 100644
--- a/
Application/EfiDSEFix/src/main.cpp
+++ b/
Application/EfiDSEFix/src/main.cpp
@@ -52,7 +52,7 @@ int wmain(int argc, wchar_t** argv)
{
if (NtCurrentPeb()->OSBuildNumber >= 9200)
{
- CiOptionsValue = argc == 3 ? wcstoul(argv[2], nullptr, 16) : CODEINTEGRITY_OPTION_ENABLED;
+ CiOptionsValue = argc == 3 ? wcstoul(argv[2], nullptr, 16) : 0x6;
Printf(L"(Re)enabling DSE [g_CiOptions value = 0x%X]...\n", CiOptionsValue);
}
else