Bitdefender Hypervisor Memory Introspection
_SERIALIZER_DPI_PIVOTED_STACK Struct Reference

Describes a serialized intObjDpiPivotedStack. More...

Data Fields

QWORD CurrentStack
 The current stack of the parent process. More...
 
QWORD StackBase
 The known stack base of the parent process. More...
 
QWORD StackLimit
 The known stack limit of the parent process. More...
 
QWORD Wow64CurrentStack
 The current stack of the parent process in WoW64 mode. More...
 
QWORD Wow64StackBase
 The known stack base of the parent process in WoW64 mode. More...
 
QWORD Wow64StackLimit
 The known stack limit of the parent process in WoW64 mode. More...
 
BYTE TrapFrameContent [512]
 The content of the trap frame where the current stack has been found. More...
 

Detailed Description

Describes a serialized intObjDpiPivotedStack.

Definition at line 479 of file serializers.c.

Field Documentation

◆ CurrentStack

QWORD _SERIALIZER_DPI_PIVOTED_STACK::CurrentStack

The current stack of the parent process.

Definition at line 481 of file serializers.c.

Referenced by IntSerializeDpiWinPivotedStack().

◆ StackBase

QWORD _SERIALIZER_DPI_PIVOTED_STACK::StackBase

The known stack base of the parent process.

Definition at line 482 of file serializers.c.

Referenced by IntSerializeDpiWinPivotedStack().

◆ StackLimit

QWORD _SERIALIZER_DPI_PIVOTED_STACK::StackLimit

The known stack limit of the parent process.

Definition at line 483 of file serializers.c.

Referenced by IntSerializeDpiWinPivotedStack().

◆ TrapFrameContent

BYTE _SERIALIZER_DPI_PIVOTED_STACK::TrapFrameContent[512]

The content of the trap frame where the current stack has been found.

Definition at line 487 of file serializers.c.

Referenced by IntSerializeDpiWinPivotedStack().

◆ Wow64CurrentStack

QWORD _SERIALIZER_DPI_PIVOTED_STACK::Wow64CurrentStack

The current stack of the parent process in WoW64 mode.

Definition at line 484 of file serializers.c.

Referenced by IntSerializeDpiWinPivotedStack().

◆ Wow64StackBase

QWORD _SERIALIZER_DPI_PIVOTED_STACK::Wow64StackBase

The known stack base of the parent process in WoW64 mode.

Definition at line 485 of file serializers.c.

Referenced by IntSerializeDpiWinPivotedStack().

◆ Wow64StackLimit

QWORD _SERIALIZER_DPI_PIVOTED_STACK::Wow64StackLimit

The known stack limit of the parent process in WoW64 mode.

Definition at line 486 of file serializers.c.

Referenced by IntSerializeDpiWinPivotedStack().


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