From 7118c3ecdcbc9148c82aae824a0036762f3040c7 Mon Sep 17 00:00:00 2001 From: Peter LaFosse Date: Tue, 13 Jun 2023 12:22:27 -0400 Subject: add FlowGraphWidget::addressForCall helper API --- ui/flowgraphwidget.h | 1 + 1 file changed, 1 insertion(+) (limited to 'ui/flowgraphwidget.h') diff --git a/ui/flowgraphwidget.h b/ui/flowgraphwidget.h index 08e45aa6..2344e2e9 100644 --- a/ui/flowgraphwidget.h +++ b/ui/flowgraphwidget.h @@ -201,6 +201,7 @@ class BINARYNINJAUIAPI FlowGraphWidget : void selectAll(); void selectNone(); void navigateToHighlightedToken(); + std::optional addressForCall(); uint64_t getTokenAddress(); -- cgit v1.3.1