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 + ui/linearview.h | 1 + 2 files changed, 2 insertions(+) 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(); diff --git a/ui/linearview.h b/ui/linearview.h index 138b326c..08a0a01c 100644 --- a/ui/linearview.h +++ b/ui/linearview.h @@ -317,6 +317,7 @@ private Q_SLOTS: void cycleILView(bool forward); void copyAddressSlot(); void goToAddress(); + void goToEntryPoint(); void goToAddressAtFileOffset(); void defineNameAtAddr(uint64_t addr); void defineName(); -- cgit v1.3.1