libintrovirt v0.57.4
IntroVirt introspection library
Loading...
Searching...
No Matches
MachineType.hh File Reference
#include <cstdint>
#include <ostream>
#include <string>
Include dependency graph for MachineType.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::MachineType : uint16_t { introvirt::windows::pe::MACHINE_TYPE_X64 = 0x8664 , introvirt::windows::pe::MACHINE_TYPE_X86 = 0x014c , introvirt::windows::pe::MACHINE_TYPE_IA64 = 0x0200 }
 

Functions

const std::string & introvirt::windows::pe::to_string (MachineType type)
 
std::ostream & introvirt::windows::pe::operator<< (std::ostream &os, MachineType type)