enum class coff_guard_flags
Description
Bits in control flow guard flags as we understand them.
Declared at: llvm/include/llvm/Object/COFF.h:601
Enumerators
Name | Value | Comment |
---|---|---|
CFInstrumented | 256 | |
HasFidTable | 1024 | |
ProtectDelayLoadIAT | 4096 | |
DelayLoadIATSection | 8192 | |
HasLongJmpTable | 65536 | |
HasEHContTable | 4194304 | |
FidTableHasFlags | 268435456 |