Bitdefender Hypervisor Memory Introspection
_WIN_UNEXPORTED_FUNCTION Struct Reference

Describes a function that is not exported. More...

#include <winguest.h>

Data Fields

DWORD NameHash
 Crc32 checksum of the function name. More...
 
DWORD PatternsCount
 The number of entries in the Patterns array. More...
 
WIN_UNEXPORTED_FUNCTION_PATTERN Patterns [0]
 The patterns used to search for this function. More...
 

Detailed Description

Describes a function that is not exported.

This structure has a variable length

Definition at line 101 of file winguest.h.

Field Documentation

◆ NameHash

DWORD _WIN_UNEXPORTED_FUNCTION::NameHash

Crc32 checksum of the function name.

Definition at line 104 of file winguest.h.

Referenced by IntCamiLoadWindows().

◆ Patterns

WIN_UNEXPORTED_FUNCTION_PATTERN _WIN_UNEXPORTED_FUNCTION::Patterns[0]

The patterns used to search for this function.

Definition at line 109 of file winguest.h.

Referenced by IntCamiLoadWindows().

◆ PatternsCount

DWORD _WIN_UNEXPORTED_FUNCTION::PatternsCount

The number of entries in the Patterns array.

Definition at line 107 of file winguest.h.

Referenced by IntCamiLoadWindows().


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