BinExceptionFrame Type
Represents format-agnostic exception/unwinding information for one function frame, such as a DWARF FDE in ELF/Mach-O or a RUNTIME_FUNCTION in PE x64.
Record fields
| Record Field |
Description
|
|
End address of the function (inclusive).
|
|
Start address of the function (inclusive).
|
|
Guarded regions within this frame, with their handlers resolved.
|
|
Address of the personality/handler routine that governs this frame, if any (e.g., an ELF CIE personality or a PE UNWIND_INFO handler). None when the format records no such routine.
|
B2R2