Bitdefender Hypervisor Memory Introspection
_LIX_AGENT_HEADER Struct Reference

Header with information about running code inside the guest. More...

#include <lixagent.h>

Data Fields

DWORD Tag
 The LIX_AGENT_TAG. More...
 
WORD DataSize
 The size (bytes) of the data. More...
 
WORD ExitOffset
 The offset of the INT3 instruction that represent the exit point. More...
 
WORD CodeSize
 The size (byes) of the code. More...
 
QWORD Address
 The address of the kthread. More...
 

Detailed Description

Header with information about running code inside the guest.

Definition at line 79 of file lixagent.h.

Field Documentation

◆ Address

QWORD _LIX_AGENT_HEADER::Address

The address of the kthread.

Definition at line 85 of file lixagent.h.

Referenced by IntLixAgentCreateThreadHypercall().

◆ CodeSize

WORD _LIX_AGENT_HEADER::CodeSize

The size (byes) of the code.

Definition at line 84 of file lixagent.h.

Referenced by IntLixAgentFillDataFromMemory().

◆ DataSize

WORD _LIX_AGENT_HEADER::DataSize

The size (bytes) of the data.

Definition at line 82 of file lixagent.h.

Referenced by IntLixAgentCreateThreadHypercall(), and IntLixAgentFillDataFromMemory().

◆ ExitOffset

WORD _LIX_AGENT_HEADER::ExitOffset

The offset of the INT3 instruction that represent the exit point.

Definition at line 83 of file lixagent.h.

Referenced by IntLixAgentThreadHandleBreakpoint().

◆ Tag

DWORD _LIX_AGENT_HEADER::Tag

The LIX_AGENT_TAG.

Definition at line 81 of file lixagent.h.

Referenced by IntLixAgentFillDataFromMemory().


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