libintrovirt v0.57.4
IntroVirt introspection library
Loading...
Searching...
No Matches
ImageDebugType.hh File Reference
#include <cstdint>
Include dependency graph for ImageDebugType.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::ImageDebugType : uint32_t {
  introvirt::windows::pe::IMAGE_DEBUG_TYPE_UNKNOWN = 0 , introvirt::windows::pe::IMAGE_DEBUG_TYPE_COFF = 1 , introvirt::windows::pe::IMAGE_DEBUG_TYPE_CODEVIEW = 2 , introvirt::windows::pe::IMAGE_DEBUG_TYPE_FPO = 3 ,
  introvirt::windows::pe::IMAGE_DEBUG_TYPE_MISC = 4 , introvirt::windows::pe::IMAGE_DEBUG_TYPE_EXCEPTION = 5 , introvirt::windows::pe::IMAGE_DEBUG_TYPE_FIXUP = 6 , introvirt::windows::pe::IMAGE_DEBUG_TYPE_BORLAND = 9
}