Bitdefender Hypervisor Memory Introspection
_LIX_AGENT_THREAD_DEPLOY_FILE_ARGS Struct Reference

Arguments of the deploy-file agent. More...

#include <lixagent.h>

Data Fields

QWORD KernelVersion
 The current guest kernel version. More...
 
struct {
   QWORD   Length
 The memory allocation size to deploy the provided content; to deploy the file, we use chunks. More...
 
Allocate
 
struct {
   char   Root
 The root directory (eg. '/') More...
 
   char   Name [LIX_AGENT_MAX_NAME_LENGTH]
 The name of the deployed file. More...
 
FilePath
 
struct {
   QWORD   UhmWaitProc
 The value of UMH_WAIT_PROC of current guest. More...
 
   QWORD   UhmWaitExec
 The value of UMH_WAIT_EXEC of current guest. More...
 
Umh
 

Detailed Description

Arguments of the deploy-file agent.

Definition at line 299 of file lixagent.h.

Field Documentation

◆ Allocate

struct { ... } _LIX_AGENT_THREAD_DEPLOY_FILE_ARGS::Allocate

◆ FilePath

struct { ... } _LIX_AGENT_THREAD_DEPLOY_FILE_ARGS::FilePath

Referenced by IntLixDepInjectFile().

◆ KernelVersion

QWORD _LIX_AGENT_THREAD_DEPLOY_FILE_ARGS::KernelVersion

The current guest kernel version.

Definition at line 301 of file lixagent.h.

Referenced by IntLixDepInjectFile().

◆ Length

QWORD _LIX_AGENT_THREAD_DEPLOY_FILE_ARGS::Length

The memory allocation size to deploy the provided content; to deploy the file, we use chunks.

Definition at line 306 of file lixagent.h.

◆ Name

char _LIX_AGENT_THREAD_DEPLOY_FILE_ARGS::Name[LIX_AGENT_MAX_NAME_LENGTH]

The name of the deployed file.

Definition at line 312 of file lixagent.h.

Referenced by IntLixDepInjectFile().

◆ Root

char _LIX_AGENT_THREAD_DEPLOY_FILE_ARGS::Root

The root directory (eg. '/')

Definition at line 311 of file lixagent.h.

◆ UhmWaitExec

QWORD _LIX_AGENT_THREAD_DEPLOY_FILE_ARGS::UhmWaitExec

The value of UMH_WAIT_EXEC of current guest.

Definition at line 318 of file lixagent.h.

Referenced by IntLixDepInjectFile().

◆ UhmWaitProc

QWORD _LIX_AGENT_THREAD_DEPLOY_FILE_ARGS::UhmWaitProc

The value of UMH_WAIT_PROC of current guest.

Definition at line 317 of file lixagent.h.

Referenced by IntLixDepInjectFile().

◆ Umh

struct { ... } _LIX_AGENT_THREAD_DEPLOY_FILE_ARGS::Umh

Referenced by IntLixDepInjectFile().


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