CF Guard long jump target table not readonly
ID PE126 Level ERROR Category Security
Description
Control Flow guard CF long jump target 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 long jump target table.
If using Visual C++:
- Look for the /SECTIONoption in the linker command line or the corresponding#pragma sectiondeclarations in the code.
Arguments
This rule has the following output arguments:
- 
section- Affected section name
						Loading...
					
				
					Unable to load this documentation page.