ExceptionInfo Type
Represents parsed exception information of a binary code. We currently only support ELF binaries.
Constructors
| Constructor |
Description
|
|
|
|
|
Instance members
| Instance member |
Description
|
|
Checks if the given address is a function entry point according to the FDE records in the exception table.
|
Full Usage:
this.ExceptionCoverage
Returns: float
|
Returns the coverage of the exception table, which is the ratio of addresses in the .text section that are covered by the exception table.
|
|
Returns the exception handler mapping.
|
|
Returns an array of function entry points identified by the exception table.
|
|
B2R2