Skip to content

Commit d312556

Browse files
committed
Update enable-exploit-protection.md
1 parent d53c08b commit d312556

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

defender-endpoint/enable-exploit-protection.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -37,15 +37,15 @@ Many features from the Enhanced Mitigation Experience Toolkit (EMET) are include
3737

3838
## Prerequisites
3939

40-
This sections includes recommendations for you to be successful with deploying exploit protection.
40+
This section includes recommendations for you to be successful with deploying exploit protection.
4141

42-
- Setup monitoring for application crashes ([Event ID 1000 and/or Event ID 1001](/troubleshoot/windows-server/performance/troubleshoot-application-service-crashing-behavior)) and/or hangs (Event ID 1002)
42+
- Set up monitoring for application crashes ([Event ID 1000 and/or Event ID 1001](/troubleshoot/windows-server/performance/troubleshoot-application-service-crashing-behavior)) and/or hangs (Event ID 1002)
4343

4444
- Enable [full user mode dump](/windows/win32/wer/collecting-user-mode-dumps) collection
4545

46-
- Check to see which applications are already compiled with "[Control Flow Guard](/windows/win32/secbp/control-flow-guard)" (CFG) which primarily focus on mitigating memory corruption vulnerabilities. Use dumpbin tool to see if it is compiled w/ [CFG](/windows/win32/secbp/control-flow-guard). For these applications, you could skip enabling enforcement for DEP, ASRL, SEHOP, and ACG.
46+
- Check to see which applications are already compiled with "[Control Flow Guard](/windows/win32/secbp/control-flow-guard)" (CFG) which primarily focus on mitigating memory corruption vulnerabilities. Use dumpbin tool to see if it's compiled w/ [CFG](/windows/win32/secbp/control-flow-guard). For these applications, you could skip enabling enforcement for DEP, ASRL, SEHOP, and ACG.
4747

48-
- Go thru safe deployment practices (sdp)
48+
- Use safe deployment practices.
4949

5050
> [!WARNING]
5151
> If you do not test and do not go thru safe deployment practices, you could contribute to end-user productivity outages.

0 commit comments

Comments
 (0)