CF Guard function table not readonly
ID PE124 Level ERROR Category Security
Description
Control Flow guard function table is not placed in a read-only section. This section must not be writable, executable, or shared.
Mitigation
- Make sure you are not merging sections with different memory access attributes.
- Do not explicitly change memory attributes. If doing so, do not mark a section with the CF Guard function table.
If using Visual C++:
- Look for the
/SECTION
option in the linker command line or the corresponding#pragma section
declarations in the code.
Arguments
This rule has the following output arguments:
-
section
- Affected section name
Loading...
Unable to load this documentation page.