Skip to content

Commit 67a4e1b

Browse files
authored
Merge pull request #1983 from YongRhee-MSFT/docs-editor/evaluate-exploit-protection-1732211088
Update evaluate-exploit-protection.md
2 parents fcf67d3 + c8bea92 commit 67a4e1b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

defender-endpoint/evaluate-exploit-protection.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -118,13 +118,13 @@ The following table lists specific products that have compatibility issues with
118118

119119
## Enable exploit protection system settings for testing
120120

121-
These Exploit Protection system settings are enabled by default on Windows 10 and later, Windows Server 2019 and later, and on Windows Server version 1803 core edition and later.
121+
These Exploit Protection system settings are enabled by default except for the Mandatory Address Space Layout Randomization (ASLR) on Windows 10 and later, Windows Server 2019 and later, and on Windows Server version 1803 core edition and later.
122122

123123
| System settings | Setting |
124124
| -------- | -------- |
125125
| Control flow guard (CFG) | Use default (On) |
126126
| Data Execution Prevention (DEP) | Use default (On) |
127-
| Force randomization for images (Mandatory ASRL) | Use default (On) |
127+
| Force randomization for images (Mandatory ASRL) | Use default (Off) |
128128
| Randomize memory allocations (Bottom-up ASRL) | Use default (On) |
129129
| High-entropy ASRL | Use default (On) |
130130
| Validate exception chains (SEHOP) | Use default (On) |
@@ -136,7 +136,7 @@ The xml sample is available below
136136
<MitigationPolicy>
137137
<SystemConfig>
138138
<DEP Enable="true" EmulateAtlThunks="false" />
139-
<ASLR ForceRelocateImages="true" RequireInfo="false" BottomUp="true" HighEntropy="true" />
139+
<ASLR ForceRelocateImages="false" RequireInfo="false" BottomUp="true" HighEntropy="true" />
140140
<ControlFlowGuard Enable="true" SuppressExports="false" />
141141
<SEHOP Enable="true" TelemetryOnly="false" />
142142
<Heap TerminateOnError="true" />

0 commit comments

Comments
 (0)