ImageFileCharacteristics
Charactaristic flags for IMAGE_FILE_HEADER.
Definition ImageFileCharacteristics.hh:30
@ IMAGE_FILE_LINE_NUMS_STRIPPED
COFF line numbers were stripped from the file.
Definition ImageFileCharacteristics.hh:45
@ IMAGE_FILE_EXECUTABLE_IMAGE
The file is executable (there are no unresolved external references).
Definition ImageFileCharacteristics.hh:41
@ IMAGE_FILE_32BIT_MACHINE
The computer supports 32-bit words.
Definition ImageFileCharacteristics.hh:73
@ IMAGE_FILE_NET_RUN_FROM_SWAP
If the image is on the network, copy it to and run it from the swap file.
Definition ImageFileCharacteristics.hh:85
@ IMAGE_FILE_16BIT_MACHINE
16 bit word machine.
Definition ImageFileCharacteristics.hh:63
@ IMAGE_FILE_RELOCS_STRIPPED
Relocation info stripped from file.
Definition ImageFileCharacteristics.hh:37
@ IMAGE_FILE_LARGE_ADDRESS_AWARE
The application can handle addresses larger than 2 GB.
Definition ImageFileCharacteristics.hh:59
@ IMAGE_FILE_UP_SYSTEM_ONLY
The file should be run only on a uniprocessor computer.
Definition ImageFileCharacteristics.hh:99
@ IMAGE_FILE_REMOVABLE_RUN_FROM_SWAP
If the image is on removable media, copy it to and run it from the swap file.
Definition ImageFileCharacteristics.hh:81
@ IMAGE_FILE_BYTES_REVERSED_LO
The bytes of the word are reversed.
Definition ImageFileCharacteristics.hh:69
@ IMAGE_FILE_DEBUG_STRIPPED
Debugging information was removed and stored separately in another file.
Definition ImageFileCharacteristics.hh:77
@ IMAGE_FILE_AGGRESIVE_WS_TRIM
Aggressively trim the working set.
Definition ImageFileCharacteristics.hh:55
@ IMAGE_FILE_BYTES_REVERSED_HI
The bytes of the word are reversed.
Definition ImageFileCharacteristics.hh:105
@ IMAGE_FILE_DLL
The image is a DLL file.
Definition ImageFileCharacteristics.hh:95
@ IMAGE_FILE_SYSTEM
The image is a system file.
Definition ImageFileCharacteristics.hh:89
@ IMAGE_FILE_LOCAL_SYMS_STRIPPED
COFF symbol table entries were stripped from file.
Definition ImageFileCharacteristics.hh:49
Core IntroVirt classes.
Definition Cr0.hh:20