Rizin
unix-like reverse engineering framework and cli tools
PE64_UNWIND_INFO Struct Reference

#include <pe_specs.h>

Public Attributes

ut8 Version: 3
 
ut8 Flags: 5
 
ut8 SizeOfProlog
 
ut8 CountOfCodes
 
ut8 FrameRegister: 4
 
ut8 FrameOffset: 4
 
PE64_UNWIND_CODE UnwindCode []
 

Detailed Description

Definition at line 723 of file pe_specs.h.

Member Data Documentation

◆ CountOfCodes

ut8 PE64_UNWIND_INFO::CountOfCodes

Definition at line 727 of file pe_specs.h.

◆ Flags

ut8 PE64_UNWIND_INFO::Flags

Definition at line 725 of file pe_specs.h.

◆ FrameOffset

ut8 PE64_UNWIND_INFO::FrameOffset

Definition at line 729 of file pe_specs.h.

◆ FrameRegister

ut8 PE64_UNWIND_INFO::FrameRegister

Definition at line 728 of file pe_specs.h.

◆ SizeOfProlog

ut8 PE64_UNWIND_INFO::SizeOfProlog

Definition at line 726 of file pe_specs.h.

◆ UnwindCode

PE64_UNWIND_CODE PE64_UNWIND_INFO::UnwindCode[]

Definition at line 730 of file pe_specs.h.

◆ Version

ut8 PE64_UNWIND_INFO::Version

Definition at line 724 of file pe_specs.h.


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