Bitdefender Hypervisor Memory Introspection
_DRIVER_EXPORT_CACHE_ENTRY Struct Reference

Describes an entry in the gDriverExportCache. More...

#include <drivers.h>

Data Fields

QWORD Rip
 The guest RIP for which this entry exists. More...
 
struct {
   BYTE   Unknown: 1
 Set if the function at this RIP is not exported. More...
 
   BYTE   Export: 1
 Set if the function at this RIP is exported. More...
 
Type
 

Detailed Description

Describes an entry in the gDriverExportCache.

Definition at line 14 of file drivers.h.

Field Documentation

◆ Export

BYTE _DRIVER_EXPORT_CACHE_ENTRY::Export

Set if the function at this RIP is exported.

Definition at line 21 of file drivers.h.

Referenced by IntDriverCacheCreateExport().

◆ Rip

QWORD _DRIVER_EXPORT_CACHE_ENTRY::Rip

The guest RIP for which this entry exists.

Definition at line 16 of file drivers.h.

Referenced by IntDriverCacheCreateExport(), IntDriverCacheCreateUnknown(), IntDriverCacheExportFind(), and IntDriverCacheInv().

◆ Type

struct { ... } _DRIVER_EXPORT_CACHE_ENTRY::Type

◆ Unknown

BYTE _DRIVER_EXPORT_CACHE_ENTRY::Unknown

Set if the function at this RIP is not exported.

Definition at line 20 of file drivers.h.

Referenced by IntDriverCacheCreateUnknown(), and IntExceptWinKernelGetOriginator().


The documentation for this struct was generated from the following file: