libintrovirt v0.57.4
IntroVirt introspection library
Loading...
Searching...
No Matches
FileType.hh File Reference
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::FileType {
  introvirt::windows::pe::VFT_APP = 0x00000001L , introvirt::windows::pe::VFT_DLL = 0x00000002L , introvirt::windows::pe::VFT_DRV = 0x00000003L , introvirt::windows::pe::VFT_FONT = 0x00000004L ,
  introvirt::windows::pe::VFT_STATIC_LIB = 0x00000007L , introvirt::windows::pe::VFT_UNKNOWN = 0x00000000L , introvirt::windows::pe::VFT_VXD = 0x00000005L
}