From 23cd21bceaf3b9f47306653a9430393ef6824e8b Mon Sep 17 00:00:00 2001 From: Josh Ferrell Date: Thu, 19 Sep 2024 16:36:07 -0400 Subject: Add ui action to navigate to entry point --- 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 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(); -- cgit v1.3.1