Bitdefender Hypervisor Memory Introspection
_LDR_DATA_TABLE_ENTRY32 Struct Reference

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

#include <wddefs.h>

Data Fields

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

Detailed Description

The _LDR_DATA_TABLE_ENTRY structure used by 32-bit guests.

Definition at line 172 of file wddefs.h.

Field Documentation

◆ CheckSum

DWORD _LDR_DATA_TABLE_ENTRY32::CheckSum

Definition at line 187 of file wddefs.h.

◆ DllBase

DWORD _LDR_DATA_TABLE_ENTRY32::DllBase

◆ DriverName

UNICODE_STRING32 _LDR_DATA_TABLE_ENTRY32::DriverName

Definition at line 181 of file wddefs.h.

Referenced by IntWinDrvCreateFromAddress(), and IntWinDrvIsListHead().

◆ DriverPath

UNICODE_STRING32 _LDR_DATA_TABLE_ENTRY32::DriverPath

Definition at line 180 of file wddefs.h.

Referenced by DbgDumpGuestModules(), and IntWinDrvCreateFromAddress().

◆ EntryPoint

DWORD _LDR_DATA_TABLE_ENTRY32::EntryPoint

Definition at line 178 of file wddefs.h.

Referenced by IntWinDrvCreateFromAddress(), and IntWinDrvIsListHead().

◆ EntryPointActivationContext

DWORD _LDR_DATA_TABLE_ENTRY32::EntryPointActivationContext

Definition at line 190 of file wddefs.h.

◆ Flags

DWORD _LDR_DATA_TABLE_ENTRY32::Flags

Definition at line 182 of file wddefs.h.

◆ HashLinks

LIST_ENTRY32 _LDR_DATA_TABLE_ENTRY32::HashLinks

Definition at line 185 of file wddefs.h.

◆ InInitializationOrderLinks

LIST_ENTRY32 _LDR_DATA_TABLE_ENTRY32::InInitializationOrderLinks

Definition at line 176 of file wddefs.h.

◆ InLoadOrderLinks

LIST_ENTRY32 _LDR_DATA_TABLE_ENTRY32::InLoadOrderLinks

Definition at line 174 of file wddefs.h.

Referenced by DbgDumpGuestModules(), and IntWinDrvIsListHead().

◆ InMemoryOrderLinks

LIST_ENTRY32 _LDR_DATA_TABLE_ENTRY32::InMemoryOrderLinks

Definition at line 175 of file wddefs.h.

◆ LoadCount

WORD _LDR_DATA_TABLE_ENTRY32::LoadCount

Definition at line 183 of file wddefs.h.

Referenced by IntWinDrvRemoveFromAddress().

◆ LoadedImports

DWORD _LDR_DATA_TABLE_ENTRY32::LoadedImports

Definition at line 189 of file wddefs.h.

◆ PatchInformation

DWORD _LDR_DATA_TABLE_ENTRY32::PatchInformation

Definition at line 191 of file wddefs.h.

◆ SectionPointer

DWORD _LDR_DATA_TABLE_ENTRY32::SectionPointer

Definition at line 186 of file wddefs.h.

◆ SizeOfImage

DWORD _LDR_DATA_TABLE_ENTRY32::SizeOfImage

◆ TimeDateStamp

DWORD _LDR_DATA_TABLE_ENTRY32::TimeDateStamp

Definition at line 188 of file wddefs.h.

◆ TlsIndex

WORD _LDR_DATA_TABLE_ENTRY32::TlsIndex

Definition at line 184 of file wddefs.h.


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