Bitdefender Hypervisor Memory Introspection
_LIX_TASK_PATH Struct Reference

Describes a path cache entry. More...

#include <lixprocess.h>

Data Fields

LIST_ENTRY Link
 The list node. More...
 
char * Path
 The full path string. More...
 
char * Name
 The path base name. More...
 
QWORD DentryGva
 The guest virtual address of the "dentry" structure associated with this path. More...
 
size_t PathLength
 The size of the path. More...
 
size_t NameLength
 The size of the base name. More...
 
DWORD RefCount
 The number of references for this cache entry. More...
 

Detailed Description

Describes a path cache entry.

Definition at line 22 of file lixprocess.h.

Field Documentation

◆ DentryGva

QWORD _LIX_TASK_PATH::DentryGva

The guest virtual address of the "dentry" structure associated with this path.

Definition at line 29 of file lixprocess.h.

Referenced by IntLixTaskPathGetByDentry().

◆ Link

LIST_ENTRY _LIX_TASK_PATH::Link

The list node.

Definition at line 24 of file lixprocess.h.

Referenced by IntLixTaskPathFree(), and IntLixTaskPathGetByDentry().

◆ Name

char* _LIX_TASK_PATH::Name

The path base name.

Definition at line 27 of file lixprocess.h.

Referenced by IntExceptGetVictimEpt(), IntLixTaskHandleExec(), and IntLixTaskPathGetByDentry().

◆ NameLength

size_t _LIX_TASK_PATH::NameLength

The size of the base name.

Definition at line 32 of file lixprocess.h.

Referenced by IntLixTaskPathGetByDentry().

◆ Path

char* _LIX_TASK_PATH::Path

The full path string.

Definition at line 26 of file lixprocess.h.

Referenced by IntLixTaskPathFree(), and IntLixTaskPathGetByDentry().

◆ PathLength

size_t _LIX_TASK_PATH::PathLength

The size of the path.

Definition at line 31 of file lixprocess.h.

Referenced by IntLixTaskPathGetByDentry().

◆ RefCount

DWORD _LIX_TASK_PATH::RefCount

The number of references for this cache entry.

Definition at line 34 of file lixprocess.h.

Referenced by IntLixTaskPathFree(), IntLixTaskPathGetByDentry(), and IntLixTaskPathGetRef().


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