binaryninja-api
binaryninja-api copied to clipboard
only create FlowGraph with Ref
It's unclear no me if BNShowGraphReport require a owned FlowGraph object or only a reference to it. I assumed only a reference, because the method BinaryViewExt::show_graph_report received a FlowGraph parameter and not a Ref<FlowGraph>