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

#include <pe_specs.h>

Public Attributes

ut32 BeginAddress
 
ut32 EndAddress
 
union {
   ut32   UnwindInfoAddress
 
   ut32   UnwindData
 
}; 
 

Detailed Description

Definition at line 705 of file pe_specs.h.

Member Data Documentation

◆ 

union { ... }

◆ BeginAddress

ut32 PE64_RUNTIME_FUNCTION::BeginAddress

Definition at line 706 of file pe_specs.h.

Referenced by backtrace_windows_x64(), init_module_runtime_functions(), and trycatch().

◆ EndAddress

ut32 PE64_RUNTIME_FUNCTION::EndAddress

Definition at line 707 of file pe_specs.h.

Referenced by init_module_runtime_functions(), and trycatch().

◆ UnwindData

ut32 PE64_RUNTIME_FUNCTION::UnwindData

Definition at line 710 of file pe_specs.h.

Referenced by init_module_runtime_functions(), and trycatch().

◆ UnwindInfoAddress

ut32 PE64_RUNTIME_FUNCTION::UnwindInfoAddress

Definition at line 709 of file pe_specs.h.

Referenced by unwind_function().


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