Bitdefender Hypervisor Memory Introspection
_EXCEPTION_VICTIM_INJECTION Struct Reference

Describes an injection. More...

#include <exceptions.h>

Data Fields

QWORD Gva
 The guest virtual address to be written. More...
 
DWORD Length
 The length of the write. More...
 
BYTEBuffer
 The buffer to be written. More...
 
DWORD BufferSize
 The buffer size to be written. More...
 

Detailed Description

Describes an injection.

Definition at line 820 of file exceptions.h.

Field Documentation

◆ Buffer

BYTE* _EXCEPTION_VICTIM_INJECTION::Buffer

The buffer to be written.

Definition at line 825 of file exceptions.h.

◆ BufferSize

DWORD _EXCEPTION_VICTIM_INJECTION::BufferSize

The buffer size to be written.

Definition at line 826 of file exceptions.h.

◆ Gva

QWORD _EXCEPTION_VICTIM_INJECTION::Gva

The guest virtual address to be written.

Definition at line 822 of file exceptions.h.

◆ Length

DWORD _EXCEPTION_VICTIM_INJECTION::Length

The length of the write.

Definition at line 823 of file exceptions.h.


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