Bitdefender Hypervisor Memory Introspection
_INTRO_UNWIND_INFO Struct Reference

#include <winpe.h>

Data Fields

UINT8 Version: 3
 
UINT8 Flags: 5
 
UINT8 SizeOfProlog
 
UINT8 CountOfCodes
 
UINT8 FrameRegister: 4
 
UINT8 FrameOffset: 4
 
struct {
   UINT8   CodeOffset
 
   UINT8   UnwindOp: 4
 
   UINT8   OpInfo: 4
 
UnwindCode []
 

Detailed Description

Unwind information.

Definition at line 557 of file winpe.h.

Field Documentation

◆ CodeOffset

UINT8 _INTRO_UNWIND_INFO::CodeOffset

Definition at line 567 of file winpe.h.

Referenced by IntPeParseUnwindData(), and IntPeParseUnwindDataInBuffer().

◆ CountOfCodes

UINT8 _INTRO_UNWIND_INFO::CountOfCodes

Definition at line 562 of file winpe.h.

Referenced by IntPeParseUnwindData(), and IntPeParseUnwindDataInBuffer().

◆ Flags

UINT8 _INTRO_UNWIND_INFO::Flags

Definition at line 560 of file winpe.h.

Referenced by IntPeParseUnwindData(), and IntPeParseUnwindDataInBuffer().

◆ FrameOffset

UINT8 _INTRO_UNWIND_INFO::FrameOffset

Definition at line 564 of file winpe.h.

◆ FrameRegister

UINT8 _INTRO_UNWIND_INFO::FrameRegister

Definition at line 563 of file winpe.h.

◆ OpInfo

UINT8 _INTRO_UNWIND_INFO::OpInfo

Definition at line 569 of file winpe.h.

Referenced by IntPeParseUnwindData(), and IntPeParseUnwindDataInBuffer().

◆ SizeOfProlog

UINT8 _INTRO_UNWIND_INFO::SizeOfProlog

Definition at line 561 of file winpe.h.

◆ UnwindCode

struct { ... } _INTRO_UNWIND_INFO::UnwindCode[]

◆ UnwindOp

UINT8 _INTRO_UNWIND_INFO::UnwindOp

Definition at line 568 of file winpe.h.

Referenced by IntPeParseUnwindData(), and IntPeParseUnwindDataInBuffer().

◆ Version

UINT8 _INTRO_UNWIND_INFO::Version

Definition at line 559 of file winpe.h.

Referenced by IntPeParseUnwindData(), and IntPeParseUnwindDataInBuffer().


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