Bitdefender Hypervisor Memory Introspection
_LDR_DATA_TABLE_ENTRY64 Struct Reference

The _LDR_DATA_TABLE_ENTRY structure used by 64-bit guests. More...

#include <wddefs.h>

Data Fields

LIST_ENTRY64 InLoadOrderLinks
 
LIST_ENTRY64 InMemoryOrderLinks
 
LIST_ENTRY64 InInitializationOrderLinks
 
QWORD DllBase
 
QWORD EntryPoint
 
QWORD SizeOfImage
 
UNICODE_STRING64 DriverPath
 
UNICODE_STRING64 DriverName
 
DWORD Flags
 
WORD LoadCount
 
WORD TlsIndex
 
LIST_ENTRY64 HashLinks
 
QWORD SectionPointer
 
DWORD CheckSum
 
DWORD TimeDateStamp
 
QWORD LoadedImports
 
QWORD EntryPointActivationContext
 
QWORD PatchInformation
 

Detailed Description

The _LDR_DATA_TABLE_ENTRY structure used by 64-bit guests.

Definition at line 201 of file wddefs.h.

Field Documentation

◆ CheckSum

DWORD _LDR_DATA_TABLE_ENTRY64::CheckSum

Definition at line 216 of file wddefs.h.

◆ DllBase

QWORD _LDR_DATA_TABLE_ENTRY64::DllBase

◆ DriverName

UNICODE_STRING64 _LDR_DATA_TABLE_ENTRY64::DriverName

Definition at line 210 of file wddefs.h.

Referenced by IntWinDrvCreateFromAddress(), and IntWinDrvIsListHead().

◆ DriverPath

UNICODE_STRING64 _LDR_DATA_TABLE_ENTRY64::DriverPath

Definition at line 209 of file wddefs.h.

Referenced by DbgDumpGuestModules(), and IntWinDrvCreateFromAddress().

◆ EntryPoint

QWORD _LDR_DATA_TABLE_ENTRY64::EntryPoint

Definition at line 207 of file wddefs.h.

Referenced by IntWinDrvCreateFromAddress(), and IntWinDrvIsListHead().

◆ EntryPointActivationContext

QWORD _LDR_DATA_TABLE_ENTRY64::EntryPointActivationContext

Definition at line 219 of file wddefs.h.

◆ Flags

DWORD _LDR_DATA_TABLE_ENTRY64::Flags

Definition at line 211 of file wddefs.h.

◆ HashLinks

LIST_ENTRY64 _LDR_DATA_TABLE_ENTRY64::HashLinks

Definition at line 214 of file wddefs.h.

◆ InInitializationOrderLinks

LIST_ENTRY64 _LDR_DATA_TABLE_ENTRY64::InInitializationOrderLinks

Definition at line 205 of file wddefs.h.

◆ InLoadOrderLinks

LIST_ENTRY64 _LDR_DATA_TABLE_ENTRY64::InLoadOrderLinks

Definition at line 203 of file wddefs.h.

Referenced by DbgDumpGuestModules(), and IntWinDrvIsListHead().

◆ InMemoryOrderLinks

LIST_ENTRY64 _LDR_DATA_TABLE_ENTRY64::InMemoryOrderLinks

Definition at line 204 of file wddefs.h.

◆ LoadCount

WORD _LDR_DATA_TABLE_ENTRY64::LoadCount

Definition at line 212 of file wddefs.h.

Referenced by IntWinDrvRemoveFromAddress().

◆ LoadedImports

QWORD _LDR_DATA_TABLE_ENTRY64::LoadedImports

Definition at line 218 of file wddefs.h.

◆ PatchInformation

QWORD _LDR_DATA_TABLE_ENTRY64::PatchInformation

Definition at line 220 of file wddefs.h.

◆ SectionPointer

QWORD _LDR_DATA_TABLE_ENTRY64::SectionPointer

Definition at line 215 of file wddefs.h.

◆ SizeOfImage

QWORD _LDR_DATA_TABLE_ENTRY64::SizeOfImage

◆ TimeDateStamp

DWORD _LDR_DATA_TABLE_ENTRY64::TimeDateStamp

Definition at line 217 of file wddefs.h.

◆ TlsIndex

WORD _LDR_DATA_TABLE_ENTRY64::TlsIndex

Definition at line 213 of file wddefs.h.


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