CoffHeaderFlags
Fields of this type
Fields
- RELOCS_STRIPPED:u1
- Image only, Windows CE, and Microsoft Windows NT and later.
- EXECUTABLE_IMAGE:u1
- Image only.
- LINE_NUMS_STRIPPED:u1
- COFF line numbers have been removed.
- LOCAL_SYMS_STRIPPED:u1
- COFF symbol table entries for local symbols have been removed.
- AGGRESSIVE_WS_TRIM:u1
- Obsolete.
- LARGE_ADDRESS_AWARE:u1
- Application can handle > 2-GB addresses.
- RESERVED:u1
- This flag is reserved for future use.
- BYTES_REVERSED_LO:u1
- Little endian: the least significant bit (LSB) precedes the
- @"32BIT_MACHINE":u1
- Machine is based on a 32-bit-word architecture.
- DEBUG_STRIPPED:u1
- Debugging information is removed from the image file.
- REMOVABLE_RUN_FROM_SWAP:u1
- If the image is on removable media, fully load it and copy it to the swap file.
- NET_RUN_FROM_SWAP:u1
- If the image is on network media, fully load it and copy it to the swap file.
- SYSTEM:u1
- The image file is a system file, not a user program.
- DLL:u1
- The image file is a dynamic-link library (DLL).
- UP_SYSTEM_ONLY:u1
- The file should be run only on a uniprocessor machine.
- BYTES_REVERSED_HI:u1
- Big endian: the MSB precedes the LSB in memory.