FunctionAbstraction<'Stmt> Type
An abstract information about a function to be used in an intra-procedural CFG. This exists per function call, not per function definition. Therefore, one function can have multiple `FunctionAbstraction` instances.
Constructors
Constructor | Description |
Full Usage:
FunctionAbstraction(entryPoint, unwindingBytes, rundown, isExternal, returningStatus)
Parameters:
Addr
unwindingBytes : int
rundown : Rundown<'Stmt>
isExternal : bool
returningStatus : NonReturningStatus
Returns: FunctionAbstraction<'Stmt>
|
|
Instance members
Instance member | Description |
|
|
Full Usage:
this.IsExternal
Returns: bool
|
|
|
|
|
|
Full Usage:
this.UnwindingBytes
Returns: int
|