Created
November 16, 2017 17:52
-
-
Save wdormann/43cffbf823b5c5da8682985ef31c16a9 to your computer and use it in GitHub Desktop.
Enable both Mandatory ASLR *and* Bottom-up ASLR system-wide
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Windows Registry Editor Version 5.00 | |
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager\kernel] | |
"MitigationOptions"=hex:00,01,01,00,00,00,00,00,00,00,00,00,00,00,00,00 | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Note that not every application is compatible with mandatory ASLR, so be sure to test this setting before committing to using it. For example, Cygwin isn't compatible with mandatory ASLR.