diff options
| -rw-r--r-- | ui/flowgraphwidget.h | 1 | ||||
| -rw-r--r-- | ui/linearview.h | 1 |
2 files changed, 2 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(); 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(); |
