Not marked as large address aware
ID PE016 Level WARNING Category Security
Description
The executable is not marked large address aware. This limits the address space to 3Gb only and makes some exploitation techniques easier. This also disables the 64-bit ASLR (address space layout randomization) mitigation even though it is enabled for the executable.
Mitigation
If using Visual C++:
- Pass the
/LARGEADDRESSAWARE
option to the linker when building the executable.
Arguments
This rule has no output arguments.
Loading...
Unable to load this documentation page.