libintrovirt v0.57.4
IntroVirt introspection library
Loading...
Searching...
No Matches
ImageFileCharacteristics.hh File Reference
#include <cstdint>
Include dependency graph for ImageFileCharacteristics.hh:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  introvirt
 Core IntroVirt classes.
 
namespace  introvirt::windows
 Classes related to Microsoft Windows guests.
 
namespace  introvirt::windows::pe
 Classes related to parsing the PE file format in memory.
 

Enumerations

enum  introvirt::windows::pe::ImageFileCharacteristics : uint16_t {
  introvirt::windows::pe::IMAGE_FILE_RELOCS_STRIPPED = 0x0001 , introvirt::windows::pe::IMAGE_FILE_EXECUTABLE_IMAGE = 0x0002 , introvirt::windows::pe::IMAGE_FILE_LINE_NUMS_STRIPPED = 0x0004 , introvirt::windows::pe::IMAGE_FILE_LOCAL_SYMS_STRIPPED = 0x0008 ,
  introvirt::windows::pe::IMAGE_FILE_AGGRESIVE_WS_TRIM = 0x0010 , introvirt::windows::pe::IMAGE_FILE_LARGE_ADDRESS_AWARE = 0x0020 , introvirt::windows::pe::IMAGE_FILE_16BIT_MACHINE = 0x0040 , introvirt::windows::pe::IMAGE_FILE_BYTES_REVERSED_LO = 0x0080 ,
  introvirt::windows::pe::IMAGE_FILE_32BIT_MACHINE = 0x0100 , introvirt::windows::pe::IMAGE_FILE_DEBUG_STRIPPED = 0x0200 , introvirt::windows::pe::IMAGE_FILE_REMOVABLE_RUN_FROM_SWAP = 0x0400 , introvirt::windows::pe::IMAGE_FILE_NET_RUN_FROM_SWAP = 0x0800 ,
  introvirt::windows::pe::IMAGE_FILE_SYSTEM = 0x1000 , introvirt::windows::pe::IMAGE_FILE_DLL = 0x2000 , introvirt::windows::pe::IMAGE_FILE_UP_SYSTEM_ONLY = 0x4000 , introvirt::windows::pe::IMAGE_FILE_BYTES_REVERSED_HI = 0x8000
}
 Charactaristic flags for IMAGE_FILE_HEADER. More...