High entropy ASLR compatibility disabled
ID PE057 Level WARNING Category Security
Description
The executable has the 64-bit ASLR (address space layout randomization) security mitigation disabled. High entropy ASLR is more effective in mitigating memory corruption vulnerabilities.
Mitigation
If using Visual C++:
- Pass the
/HIGHENTROPYVA
option to the linker when building the executable.
Arguments
This rule has no output arguments.
Loading...
Unable to load this documentation page.