libintrovirt v0.57.4
IntroVirt introspection library
Loading...
Searching...
No Matches
SubsystemType.hh File Reference
#include <cstdint>
#include <ostream>
#include <string>
Include dependency graph for SubsystemType.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::SubsystemType {
  introvirt::windows::pe::NATIVE = 1 , introvirt::windows::pe::WINDOWS_GUI = 2 , introvirt::windows::pe::WINDOWS_CUI = 3 , introvirt::windows::pe::OS2_CUI = 5 ,
  introvirt::windows::pe::POSIX_CUI = 7
}
 

Functions

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