Skip to content

Commit 93eddf3

Browse files
authored
Import file
1 parent cd25cd6 commit 93eddf3

1 file changed

Lines changed: 15 additions & 1 deletion

File tree

XploitProtection.xml

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<!-- Find the newest update & a script to remove all protection via https://github.com/neohiro/ExploitProtection/ -->
2+
<!-- Find the updater & a script to remove all protection via https://github.com/neohiro/ExploitProtection/ -->
3+
<?xml version="1.0" encoding="UTF-8"?>
34
<MitigationPolicy>
45
<SystemConfig>
56
<DEP Enable="true" EmulateAtlThunks="false" />
@@ -143,6 +144,7 @@
143144
<AppConfig Executable="AggregatorHost.exe">
144145
<DEP Enable="true" EmulateAtlThunks="false" />
145146
<ASLR ForceRelocateImages="true" RequireInfo="false" BottomUp="true" HighEntropy="true" />
147+
<StrictHandle Enable="true" />
146148
<DynamicCode BlockDynamicCode="true" AllowThreadsToOptOut="false" Audit="false" />
147149
<ControlFlowGuard Enable="true" SuppressExports="false" />
148150
<SignedBinaries MicrosoftSignedOnly="true" AllowStoreSignedBinaries="false" Audit="false" AuditStoreSigned="false" />
@@ -1405,6 +1407,18 @@
14051407
<SEHOP Enable="true" TelemetryOnly="false" />
14061408
<Heap TerminateOnError="true" />
14071409
</AppConfig>
1410+
<AppConfig Executable="openvpn.exe">
1411+
<DEP Enable="true" EmulateAtlThunks="false" />
1412+
<ASLR ForceRelocateImages="true" RequireInfo="true" BottomUp="true" HighEntropy="true" />
1413+
<StrictHandle Enable="true" />
1414+
<ControlFlowGuard Enable="true" SuppressExports="false" />
1415+
<Fonts DisableNonSystemFonts="true" AuditOnly="false" Audit="false" />
1416+
<ImageLoad BlockRemoteImageLoads="true" AuditRemoteImageLoads="false" BlockLowLabelImageLoads="true" AuditLowLabelImageLoads="false" />
1417+
<Payload EnableExportAddressFilter="true" AuditEnableExportAddressFilter="false" EnableExportAddressFilterPlus="true" AuditEnableExportAddressFilterPlus="false" EnableImportAddressFilter="true" AuditEnableImportAddressFilter="false" EnableRopCallerCheck="true" AuditEnableRopCallerCheck="false" EnableRopSimExec="true" AuditEnableRopSimExec="false" />
1418+
<SEHOP Enable="true" TelemetryOnly="false" />
1419+
<Heap TerminateOnError="true" />
1420+
<UserShadowStack UserShadowStack="true" UserShadowStackStrictMode="false" AuditUserShadowStack="false" />
1421+
</AppConfig>
14081422
<AppConfig Executable="opera.exe">
14091423
<DEP Enable="true" EmulateAtlThunks="false" />
14101424
<ASLR ForceRelocateImages="true" RequireInfo="true" BottomUp="true" HighEntropy="true" />

0 commit comments

Comments
 (0)