summaryrefslogtreecommitdiff
path: root/ui/linearview.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/linearview.h
parentc8851b8a56f1d983c93695f31cac98fa36466086 (diff)
Add ui action to navigate to entry point
Diffstat (limited to 'ui/linearview.h')
-rw-r--r--ui/linearview.h1
1 files changed, 1 insertions, 0 deletions
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();