DllFlags
Fields of this type
Fields
- _reserved_0:u5
- = 0
- HIGH_ENTROPY_VA:u1
- Image can handle a high entropy 64-bit virtual address space.
- DYNAMIC_BASE:u1
- DLL can be relocated at load time.
- FORCE_INTEGRITY:u1
- Code Integrity checks are enforced.
- NX_COMPAT:u1
- Image is NX compatible.
- NO_ISOLATION:u1
- Isolation aware, but do not isolate the image.
- NO_SEH:u1
- Does not use structured exception (SE) handling.
- NO_BIND:u1
- Do not bind the image.
- APPCONTAINER:u1
- Image must execute in an AppContainer.
- WDM_DRIVER:u1
- A WDM driver.
- GUARD_CF:u1
- Image supports Control Flow Guard.
- TERMINAL_SERVER_AWARE:u1
- Terminal Server aware.