Bitdefender Hypervisor Memory Introspection
_STACK_TRACE Struct Reference

Structure that describes a stack trace. More...

#include <guest_stack.h>

Data Fields

DWORD NumberOfTraces
 Number of elements inside Traces. More...
 
QWORD StartRip
 The RIP where we were initially. More...
 
STACK_ELEMENTTraces
 Array describing the stack trace elements. More...
 
BOOLEAN Bits64
 TRUE if we got the stack frame in 64-bit mode (RBP) or 32 (EBP) More...
 

Detailed Description

Structure that describes a stack trace.

Definition at line 42 of file guest_stack.h.

Field Documentation

◆ Bits64

BOOLEAN _STACK_TRACE::Bits64

TRUE if we got the stack frame in 64-bit mode (RBP) or 32 (EBP)

Definition at line 48 of file guest_stack.h.

Referenced by IntExceptUserHandleMemoryFunctions().

◆ NumberOfTraces

DWORD _STACK_TRACE::NumberOfTraces

Number of elements inside Traces.

Definition at line 44 of file guest_stack.h.

Referenced by IntExceptUserGetExecOriginator(), IntExceptUserHandleMemoryFunctions(), and IntLixVdsoHandleWrite().

◆ StartRip

QWORD _STACK_TRACE::StartRip

The RIP where we were initially.

Definition at line 45 of file guest_stack.h.

◆ Traces

STACK_ELEMENT* _STACK_TRACE::Traces

Array describing the stack trace elements.

Definition at line 46 of file guest_stack.h.

Referenced by IntExceptUserGetExecOriginator(), IntExceptUserHandleMemoryFunctions(), and IntLixVdsoHandleWrite().


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