Bitdefender Hypervisor Memory Introspection
_RTL_VERIFIER_DLL_DESCRIPTOR_64 Struct Reference

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

#include <wddefs.h>

Data Fields

QWORD pwszDllName
 
DWORD dwDllFlags
 
QWORD pvDllAddress
 
QWORD pvDllThunks
 

Detailed Description

Verifier provider initialization structures for 64-bit processes.

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

Definition at line 1841 of file wddefs.h.

Field Documentation

◆ dwDllFlags

DWORD _RTL_VERIFIER_DLL_DESCRIPTOR_64::dwDllFlags

Definition at line 1844 of file wddefs.h.

◆ pvDllAddress

QWORD _RTL_VERIFIER_DLL_DESCRIPTOR_64::pvDllAddress

Definition at line 1845 of file wddefs.h.

◆ pvDllThunks

QWORD _RTL_VERIFIER_DLL_DESCRIPTOR_64::pvDllThunks

Definition at line 1846 of file wddefs.h.

◆ pwszDllName

QWORD _RTL_VERIFIER_DLL_DESCRIPTOR_64::pwszDllName

Definition at line 1843 of file wddefs.h.


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