Bitdefender Hypervisor Memory Introspection
_WIN_MODULE_UNIQUE_KEY Struct Reference

Information that can identify a module. More...

#include <winguest.h>

Data Fields

DWORD ImageSize
 The size of image, as taken from the MZPE headers. More...
 
DWORD TimeDateStamp
 The time date stamp of the image, as taken from the MZPE headers. More...
 

Detailed Description

Information that can identify a module.

This can be used to obtain a PDB for a module.

Definition at line 785 of file winguest.h.

Field Documentation

◆ ImageSize

DWORD _WIN_MODULE_UNIQUE_KEY::ImageSize

The size of image, as taken from the MZPE headers.

Definition at line 787 of file winguest.h.

◆ TimeDateStamp

DWORD _WIN_MODULE_UNIQUE_KEY::TimeDateStamp

The time date stamp of the image, as taken from the MZPE headers.

Definition at line 788 of file winguest.h.


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