EH guard is disabled
ID PE064 Level WARNING Category Security
Description
Exception handling control flow guard is disabled. This guard is an extended version of the CFG (Control flow guard) security mitigation, which creates a list of valid exception handling continuation targets for an executable. EH guard makes taking control of the execution flow more difficult for an attacker.
Mitigation
When using Visual C++:
- In addition to the
/guard:cf
option, also pass the/guard:ehcont
option to both the compiler and the linker when building the executable.
Arguments
This rule has no output arguments.
Loading...
Unable to load this documentation page.