binaryninja-api icon indicating copy to clipboard operation
binaryninja-api copied to clipboard

only create FlowGraph with Ref

Open rbran opened this issue 1 year ago • 1 comments

rbran avatar Apr 22 '24 13:04 rbran

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>

rbran avatar Apr 22 '24 13:04 rbran