CallBasicBlock Type
Basic block type for a call graph (CallCFG).
Constructors
| Constructor |
Description
|
Full Usage:
CallBasicBlock(addr, name, isExternal)
Parameters:
uint64
name : string
isExternal : obj
Returns: CallBasicBlock
|
|
Instance members
| Instance member |
Description
|
|
Return the `ICallBasicBlock` interface to access the internal representation of the basic block.
|
Full Usage:
this.IsExternal
Returns: obj
|
|
Full Usage:
this.Name
Returns: string
|
|
B2R2