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 = 4096
Indicates the image must execute in an AppContainer.
ControlFLowGuard = 16384
Indicates the image supports Control Flow Guard.
DynamicBase = 64
Indicates the DLL can be relocated at load time.
ForceIntegrity = 128
Indicates Code Integrity checks are enforced.
HighEntropyVA = 32
Indicates the image can handle a high entropy 64-bit virtual address space.
NoBind = 2048
Indicates the image must not be bound.
NoIsolation = 512
Indicates the image is isolation aware, but do not isolate the image.
NoSeh = 1024
Indicates the image does not use structured exception (SE) handling. No SE handler may be called in this image.
NxCompat = 256
Indicates the image is NX compatible.
TerminalServerAware = 32768
Indicates the image is Terminal Server aware.
WdmDriver = 8192
Indicates the image is a WDM driver.