Bitdefender Hypervisor Memory Introspection
_SERIALIZER_LIX_PROCESS Struct Reference

Describes a serialized intObjLixProcess object. More...

Data Fields

QWORD Gva
 The guest virtual address of the task_struct. More...
 
QWORD RealParent
 The guest virtual address of the task_struct->real_parent. More...
 
QWORD ActualParent
 The guest virtual address of the parent process. More...
 
QWORD Parent
 The guest virtual address of the task_struct->parent. More...
 
QWORD MmGva
 The guest virtual address of the task_struct->mm. More...
 
QWORD Cr3
 The CR3. More...
 
DWORD Pid
 The PID. More...
 
DWORD Tgid
 The TGID. More...
 
DWORD Flags
 The protection flags. More...
 

Detailed Description

Describes a serialized intObjLixProcess object.

Definition at line 151 of file serializers.c.

Field Documentation

◆ ActualParent

QWORD _SERIALIZER_LIX_PROCESS::ActualParent

The guest virtual address of the parent process.

Definition at line 155 of file serializers.c.

Referenced by IntSerializeLixProcess().

◆ Cr3

QWORD _SERIALIZER_LIX_PROCESS::Cr3

The CR3.

Definition at line 158 of file serializers.c.

Referenced by IntSerializeLixProcess().

◆ Flags

DWORD _SERIALIZER_LIX_PROCESS::Flags

The protection flags.

Definition at line 161 of file serializers.c.

◆ Gva

QWORD _SERIALIZER_LIX_PROCESS::Gva

The guest virtual address of the task_struct.

Definition at line 153 of file serializers.c.

Referenced by IntSerializeLixProcess().

◆ MmGva

QWORD _SERIALIZER_LIX_PROCESS::MmGva

The guest virtual address of the task_struct->mm.

Definition at line 157 of file serializers.c.

Referenced by IntSerializeLixProcess().

◆ Parent

QWORD _SERIALIZER_LIX_PROCESS::Parent

The guest virtual address of the task_struct->parent.

Definition at line 156 of file serializers.c.

Referenced by IntSerializeLixProcess().

◆ Pid

DWORD _SERIALIZER_LIX_PROCESS::Pid

The PID.

Definition at line 159 of file serializers.c.

Referenced by IntSerializeLixProcess().

◆ RealParent

QWORD _SERIALIZER_LIX_PROCESS::RealParent

The guest virtual address of the task_struct->real_parent.

Definition at line 154 of file serializers.c.

Referenced by IntSerializeLixProcess().

◆ Tgid

DWORD _SERIALIZER_LIX_PROCESS::Tgid

The TGID.

Definition at line 160 of file serializers.c.

Referenced by IntSerializeLixProcess().


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