MCPcopy Create free account
hub / github.com/Vector35/binaryninja-api / ShowGraphReportCallback

Function ShowGraphReportCallback

interaction.cpp:215–220  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

213
214
215static void ShowGraphReportCallback(void* ctxt, BNBinaryView* view, const char* title, BNFlowGraph* graph)
216{
217 InteractionHandler* handler = (InteractionHandler*)ctxt;
218 handler->ShowGraphReport(view ? new BinaryView(BNNewViewReference(view)) : nullptr, title,
219 new CoreFlowGraph(BNNewFlowGraphReference(graph)));
220}
221
222
223static void ShowReportCollectionCallback(void* ctxt, const char* title, BNReportCollection* reports)

Callers

nothing calls this directly

Calls 1

ShowGraphReportMethod · 0.45

Tested by

no test coverage detected