A collection of known apps that have conflicts with the mandatory ASLR feature.
Make a pull request if you find another incompatible app.
Mandatory ASLR improves system security. Though it has not become the default option for fresh Windows 10 / 11 installations, your new machine might have this feature turned on by OEMs.
But not all apps are ready for this. Incompatible apps crash with an unfriendly error message, like The application was unable to start correctly (0xc0000005)
. Instead of completely turning off this feature, you may also choose to set up bypass rules according to the filename if you are a super fan of security.
All the launcher exes are incompatible:
idea64.exe
pycharm64.exe
goland64.exe
- and so on.
Workaround: use the .bat
file as the launcher, e.g. use idea.bat
in favor of idea64.exe
See also:
Shells and all programs that depend on fork()
:
sh.exe
bash.exe
- and so on.
See also:
- desktop/desktop#9089
- https://sourceware.org/legacy-ml/cygwin/2013-06/msg00096.html
- https://stackoverflow.com/a/48504743
The launcher for running latexindent.pl
.
latexindent.exe
App installers that are packed up by old-version NSIS. Example: TeXstudio v4.2.2
According to multitheftauto/mtasa-blue#435, this bug was fixed in version 3.03 of NSIS.
gamemd.exe
Ares injects the game executable file to provide extended gaming features, but the injection fails when ASLR turns on.