summaryrefslogtreecommitdiff
path: root/ui/flowgraphwidget.h
diff options
context:
space:
mode:
authorJosh Ferrell <josh@vector35.com>2024-09-19 16:36:07 -0400
committerJosh Ferrell <josh@vector35.com>2024-09-19 17:05:18 -0400
commit23cd21bceaf3b9f47306653a9430393ef6824e8b (patch)
treefe46cc99de492abe95d45e0d3760b24a7b67c576 /ui/flowgraphwidget.h
parentc8851b8a56f1d983c93695f31cac98fa36466086 (diff)
Add ui action to navigate to entry point
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 0985bc75..ae9a6062 100644
--- a/ui/flowgraphwidget.h
+++ b/ui/flowgraphwidget.h
@@ -339,6 +339,7 @@ class BINARYNINJAUIAPI FlowGraphWidget :
void zoomPauseTimerEvent();
void goToAddress();
+ void goToEntryPoint();
void goToAddressAtFileOffset();
void followPointer();
void defineName();