diff options
| author | Josh Ferrell <josh@vector35.com> | 2024-09-19 16:36:07 -0400 |
|---|---|---|
| committer | Josh Ferrell <josh@vector35.com> | 2024-09-19 17:05:18 -0400 |
| commit | 23cd21bceaf3b9f47306653a9430393ef6824e8b (patch) | |
| tree | fe46cc99de492abe95d45e0d3760b24a7b67c576 /ui/flowgraphwidget.h | |
| parent | c8851b8a56f1d983c93695f31cac98fa36466086 (diff) | |
Add ui action to navigate to entry point
Diffstat (limited to 'ui/flowgraphwidget.h')
| -rw-r--r-- | ui/flowgraphwidget.h | 1 |
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(); |
