binaryninja.flowgraph.FlowGraphNode

class FlowGraphNode(graph=None, handle=None)[source]
__init__(graph=None, handle=None)[source]

x.__init__(…) initializes x; see help(type(x)) for signature

Methods

__init__([graph, handle]) x.__init__(…) initializes x; see help(type(x)) for signature
add_outgoing_edge(edge_type, target) add_outgoing_edge connects two flow graph nodes with an edge.

Attributes

basic_block Basic block associated with this part of the flow graph
height Flow graph block height (read-only)
highlight Gets or sets the highlight color for the node
lines Flow graph block list of text lines
outgoing_edges Flow graph block list of outgoing edges (read-only)
width Flow graph block width (read-only)
x Flow graph block X (read-only)
y Flow graph block Y (read-only)