Bitdefender Hypervisor Memory Introspection
_WINUM_CACHE_MEMORY_FUNCS Struct Reference

#include <winumcache.h>

Data Fields

union {
   struct {
      DWORD   MemcpyRva
 RVA of the memcpy function. More...
 
      DWORD   MemcpySRva
 RVA of the memcpys function. More...
 
      DWORD   MemmoveRva
 RVA of the memmove function. More...
 
      DWORD   MemmoveSRva
 RVA of the memmoves function. More...
 
      DWORD   MemsetRva
 RVA of the memset function. More...
 
   } 
 
   DWORD   FuncArray [5]
 Array aliasing the above exported memory functions. More...
 
}; 
 

Detailed Description

This structure describes the exported memory related functions.

Definition at line 38 of file winumcache.h.

Field Documentation

◆ @239

union { ... }

◆ FuncArray

DWORD _WINUM_CACHE_MEMORY_FUNCS::FuncArray[5]

Array aliasing the above exported memory functions.

Definition at line 51 of file winumcache.h.

◆ MemcpyRva

DWORD _WINUM_CACHE_MEMORY_FUNCS::MemcpyRva

RVA of the memcpy function.

Definition at line 44 of file winumcache.h.

Referenced by IntWinModCacheFixNamePointers().

◆ MemcpySRva

DWORD _WINUM_CACHE_MEMORY_FUNCS::MemcpySRva

RVA of the memcpys function.

Definition at line 45 of file winumcache.h.

Referenced by IntWinModCacheFixNamePointers().

◆ MemmoveRva

DWORD _WINUM_CACHE_MEMORY_FUNCS::MemmoveRva

RVA of the memmove function.

Definition at line 46 of file winumcache.h.

Referenced by IntWinModCacheFixNamePointers().

◆ MemmoveSRva

DWORD _WINUM_CACHE_MEMORY_FUNCS::MemmoveSRva

RVA of the memmoves function.

Definition at line 47 of file winumcache.h.

Referenced by IntWinModCacheFixNamePointers().

◆ MemsetRva

DWORD _WINUM_CACHE_MEMORY_FUNCS::MemsetRva

RVA of the memset function.

Definition at line 48 of file winumcache.h.

Referenced by IntWinModCacheFixNamePointers().


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