binaryninja.function.FunctionGraph¶
-
class
binaryninja.function.FunctionGraph(view, handle)[source]¶ -
Methods
__init__(view, handle)abort()get_blocks_in_region(left, top, right, bottom)is_option_set(option)layout([graph_type])layout_and_wait([graph_type])on_complete(callback)set_option(option[, state])Attributes
blocksList of basic blocks in function (read-only) completeWhether function graph layout is complete (read-only) functionFunction for a function graph (read-only) has_blocksWhether the function graph has at least one block (read-only) heightFunction graph height (read-only) horizontal_block_marginil_functionis_ilis_low_level_ilis_medium_level_ilsettingstypeFunction graph type (read-only) vertical_block_marginwidthFunction graph width (read-only)