Bitdefender Hypervisor Memory Introspection
_WINUM_CACHE_EXPORTS Struct Reference

#include <winumcache.h>

Data Fields

RBTREE Tree
 The RB tree containing all the exports (WINUM_CACHE_EXPORT entries). More...
 
WINUM_CACHE_EXPORTArray
 The array of WINUM_CACHE_EXPORT entries. More...
 
PCHAR Names
 A pointer to a contiguous memory area containing all the exported names. More...
 
DWORD StartNames
 First RVA pointing to the exported names. More...
 
DWORD EndNames
 Last RVA pointing to the exported names. More...
 

Detailed Description

Describes an exports cache.

Definition at line 59 of file winumcache.h.

Field Documentation

◆ Array

WINUM_CACHE_EXPORT* _WINUM_CACHE_EXPORTS::Array

The array of WINUM_CACHE_EXPORT entries.

Definition at line 62 of file winumcache.h.

Referenced by IntWinModHandleExportsInMemory(), and IntWinUmModCacheFillExports().

◆ EndNames

DWORD _WINUM_CACHE_EXPORTS::EndNames

Last RVA pointing to the exported names.

Definition at line 68 of file winumcache.h.

Referenced by IntWinModHandleExportsInMemory().

◆ Names

PCHAR _WINUM_CACHE_EXPORTS::Names

A pointer to a contiguous memory area containing all the exported names.

Definition at line 65 of file winumcache.h.

Referenced by IntWinModCacheFixNamePointers(), and IntWinModHandleExportsInMemory().

◆ StartNames

DWORD _WINUM_CACHE_EXPORTS::StartNames

First RVA pointing to the exported names.

Definition at line 67 of file winumcache.h.

Referenced by IntWinModCacheFixNamePointers(), and IntWinModHandleExportsInMemory().

◆ Tree

RBTREE _WINUM_CACHE_EXPORTS::Tree

The RB tree containing all the exports (WINUM_CACHE_EXPORT entries).

Definition at line 61 of file winumcache.h.

Referenced by IntWinModHandleExportsInMemory(), IntWinUmModCacheExportFind(), and IntWinUmModCacheFillExports().


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