summaryrefslogtreecommitdiff
path: root/ui/flowgraphwidget.h
diff options
context:
space:
mode:
authorPeter LaFosse <peter@vector35.com>2023-06-13 12:22:27 -0400
committerPeter LaFosse <peter@vector35.com>2023-06-13 12:22:27 -0400
commit7118c3ecdcbc9148c82aae824a0036762f3040c7 (patch)
treec3ba831daf6412cb10d86eae7f0af162790ee44b /ui/flowgraphwidget.h
parent125ab15cc32b3806bed35347be1578faf64675f3 (diff)
add FlowGraphWidget::addressForCall helper API
Diffstat (limited to 'ui/flowgraphwidget.h')
-rw-r--r--ui/flowgraphwidget.h1
1 files changed, 1 insertions, 0 deletions
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<uint64_t> addressForCall();
uint64_t getTokenAddress();