binaryninja.interaction.show_graph_report

show_graph_report(title, graph)[source]

show_graph_report displays a flow graph in UI applications.

Note: This API function will have no effect outside the UI.

Parameters:graph (FlowGraph) – Flow graph to display
Return type:None