Rizin
unix-like reverse engineering framework and cli tools
|
#include <pe_specs.h>
Public Attributes | |
ut32 | BeginAddress |
ut32 | EndAddress |
union { | |
ut32 UnwindInfoAddress | |
ut32 UnwindData | |
}; | |
Definition at line 705 of file pe_specs.h.
union { ... } |
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().
ut32 PE64_RUNTIME_FUNCTION::EndAddress |
Definition at line 707 of file pe_specs.h.
Referenced by init_module_runtime_functions(), and trycatch().
ut32 PE64_RUNTIME_FUNCTION::UnwindData |
Definition at line 710 of file pe_specs.h.
Referenced by init_module_runtime_functions(), and trycatch().
ut32 PE64_RUNTIME_FUNCTION::UnwindInfoAddress |
Definition at line 709 of file pe_specs.h.
Referenced by unwind_function().