libintrovirt v0.57.4
IntroVirt introspection library
Loading...
Searching...
No Matches
RelocationType.hh File Reference
#include <ostream>
#include <string>
Include dependency graph for RelocationType.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::RelocationType {
  introvirt::windows::pe::IMAGE_REL_BASED_ABSOLUTE = 0 , introvirt::windows::pe::IMAGE_REL_BASED_HIGH , introvirt::windows::pe::IMAGE_REL_BASED_LOW , introvirt::windows::pe::IMAGE_REL_BASED_HIGHLOW ,
  introvirt::windows::pe::IMAGE_REL_BASED_HIGHADJ , introvirt::windows::pe::IMAGE_REL_BASED_MACHINE_SPECIFIC_5 , introvirt::windows::pe::IMAGE_REL_BASED_RESERVED , introvirt::windows::pe::IMAGE_REL_BASED_MACHINE_SPECIFIC_7 ,
  introvirt::windows::pe::IMAGE_REL_BASED_MACHINE_SPECIFIC_8 , introvirt::windows::pe::IMAGE_REL_BASED_MACHINE_SPECIFIC_9 , introvirt::windows::pe::IMAGE_REL_BASED_DIR64
}
 

Functions

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