Bitdefender Hypervisor Memory Introspection
_EXCEPTION_VICTIM_MODULE Struct Reference

Describes a victim module. More...

#include <exceptions.h>

Data Fields

union {
   void *   Module
 The internal structure of a module. More...
 
   WIN_PROCESS_MODULE *   WinMod
 The internal structure of a windows module. More...
 
}; 
 
char SectionName [9]
 The section name in witch it was modified. More...
 
WINUM_CACHE_EXPORTExport
 The export cache for the modified module. More...
 

Detailed Description

Describes a victim module.

Definition at line 832 of file exceptions.h.

Field Documentation

◆ @45

union { ... }

◆ Export

WINUM_CACHE_EXPORT* _EXCEPTION_VICTIM_MODULE::Export

The export cache for the modified module.

Definition at line 843 of file exceptions.h.

Referenced by IntWinProcHandleCopyMemory(), IntWinThrHandleQueueApc(), and IntWinThrHandleThreadHijack().

◆ Module

void* _EXCEPTION_VICTIM_MODULE::Module

The internal structure of a module.

Definition at line 836 of file exceptions.h.

Referenced by IntLixKernelHandleRead(), IntWinProcHandleCopyMemory(), IntWinThrHandleQueueApc(), and IntWinThrHandleThreadHijack().

◆ SectionName

char _EXCEPTION_VICTIM_MODULE::SectionName[9]

The section name in witch it was modified.

Definition at line 841 of file exceptions.h.

◆ WinMod

WIN_PROCESS_MODULE* _EXCEPTION_VICTIM_MODULE::WinMod

The internal structure of a windows module.

Definition at line 837 of file exceptions.h.


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