BinExceptionHandler Type
Represents a guarded code region and the handler it transfers control to on an exception, such as a DWARF call-site/landing-pad pair (ELF/Mach-O) or a PE C++ scope-table entry.
Record fields
| Record Field |
Description
|
End address (inclusive) of the guarded code block.
|
|
|
Start address of the guarded code block.
|
Address of the handler that the block transfers to on an exception. None when the block has no handler in this frame (e.g., a cleanup-only region or one that propagates the exception up).
|
B2R2