Enum DllCharacteristics
- Namespace
- AsmResolver.PE.File
- Assembly
- AsmResolver.PE.File.dll
Provides members describing all possible flags that can be set in the DllCharacteristics field.
[Flags]
public enum DllCharacteristics
Fields
AppContainer = 4096Indicates the image must execute in an AppContainer.
ControlFLowGuard = 16384Indicates the image supports Control Flow Guard.
DynamicBase = 64Indicates the DLL can be relocated at load time.
ForceIntegrity = 128Indicates Code Integrity checks are enforced.
HighEntropyVA = 32Indicates the image can handle a high entropy 64-bit virtual address space.
NoBind = 2048Indicates the image must not be bound.
NoIsolation = 512Indicates the image is isolation aware, but do not isolate the image.
NoSeh = 1024Indicates the image does not use structured exception (SE) handling. No SE handler may be called in this image.
NxCompat = 256Indicates the image is NX compatible.
TerminalServerAware = 32768Indicates the image is Terminal Server aware.
WdmDriver = 8192Indicates the image is a WDM driver.