ImageDllCharacteristics Enumeration
Specifies the values for the DllCharacteristics property of the optional header of a PE image file.
Namespace:
BytecodeApi.FileFormats.PEAssembly: BytecodeApi.FileFormats (in BytecodeApi.FileFormats.dll)
Syntax
[FlagsAttribute] public enum ImageDllCharacteristics
<FlagsAttribute> _ Public Enumeration ImageDllCharacteristics
[FlagsAttribute] public enum class ImageDllCharacteristics
Members
Member name | Description | |
---|---|---|
HighEntropyVA | Specifies that the image can handle a high entropy 64-bit virtual address space. | |
DynamicBase | Specifies that the DLL can be relocated at load time. | |
ForceIntegrity | Specifies that Code Integrity checks are enforced. | |
NxCompatible | Specifies that the image is NX compatible. | |
IsolationAware | Specifies that the image is isolation aware, but the image is not isolated. | |
NoSEH | Specifies that the image does not use structured exception (SE) handling. No SE handler may be called in the image. | |
DoNotBind | Specifies that the image is not bound. | |
AppContainer | Specifies that the image must execute in an AppContainer. | |
WdmDriver | Specifies that the image is a WDM driver. | |
ControlFlowGuard | Specifies that the image supports Control Flow Guard. | |
TerminalServerAware | Specifies that the image is terminal Server aware. |