Bitdefender Hypervisor Memory Introspection
_INTRO_DRVOBJ Struct Reference

Describes a driver object. More...

#include <intro_types.h>

Data Fields

BOOLEAN Valid
 Set to True if the information in the structure is valid, False otherwise. More...
 
QWORD Address
 The guest linear address at which the driver object structure was allocated. More...
 
WCHAR Name [ALERT_PATH_MAX_LEN]
 The name of the driver. More...
 
QWORD Owner
 The base of the kernel module that owns this driver object. More...
 

Detailed Description

Describes a driver object.

Since certain operations that fill the fields in this structure may fail, the Valid field should be checked before using any information present in the structure. This is available only for Windows guests.

Definition at line 945 of file intro_types.h.

Field Documentation

◆ Address

QWORD _INTRO_DRVOBJ::Address

The guest linear address at which the driver object structure was allocated.

Definition at line 950 of file intro_types.h.

◆ Name

WCHAR _INTRO_DRVOBJ::Name[ALERT_PATH_MAX_LEN]

The name of the driver.

Definition at line 951 of file intro_types.h.

◆ Owner

QWORD _INTRO_DRVOBJ::Owner

The base of the kernel module that owns this driver object.

Definition at line 952 of file intro_types.h.

◆ Valid

BOOLEAN _INTRO_DRVOBJ::Valid

Set to True if the information in the structure is valid, False otherwise.

Definition at line 948 of file intro_types.h.


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