Skip to content

Instantly share code, notes, and snippets.

@wdormann
Created November 16, 2017 17:52
  • Star 6 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save wdormann/43cffbf823b5c5da8682985ef31c16a9 to your computer and use it in GitHub Desktop.
Enable both Mandatory ASLR *and* Bottom-up ASLR system-wide
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
@wdormann
Copy link
Author

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment