Bitdefender Hypervisor Memory Introspection
_RTL_VERIFIER_DLL_DESCRIPTOR_32 Struct Reference

Verifier provider initialization structures for 32-bit processes. More...

#include <wddefs.h>

Data Fields

DWORD pwszDllName
 
DWORD dwDllFlags
 
DWORD pvDllAddress
 
DWORD pvDllThunks
 

Detailed Description

Verifier provider initialization structures for 32-bit processes.

See Alex Ionescu's presentation "Esoteric Hooks" http://www.alex-ionescu.com/Estoteric%20Hooks.pdf

Definition at line 1830 of file wddefs.h.

Field Documentation

◆ dwDllFlags

DWORD _RTL_VERIFIER_DLL_DESCRIPTOR_32::dwDllFlags

Definition at line 1833 of file wddefs.h.

◆ pvDllAddress

DWORD _RTL_VERIFIER_DLL_DESCRIPTOR_32::pvDllAddress

Definition at line 1834 of file wddefs.h.

◆ pvDllThunks

DWORD _RTL_VERIFIER_DLL_DESCRIPTOR_32::pvDllThunks

Definition at line 1835 of file wddefs.h.

◆ pwszDllName

DWORD _RTL_VERIFIER_DLL_DESCRIPTOR_32::pwszDllName

Definition at line 1832 of file wddefs.h.


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