From 3dd22f40996fc128ffce6026e8e747ca66bcc21d Mon Sep 17 00:00:00 2001 From: Josh Ferrell Date: Mon, 22 Jan 2024 16:11:19 -0500 Subject: Project support --- ui/linearview.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ui/linearview.h') diff --git a/ui/linearview.h b/ui/linearview.h index 7f590ce0..936ceb59 100644 --- a/ui/linearview.h +++ b/ui/linearview.h @@ -251,6 +251,7 @@ class BINARYNINJAUIAPI LinearView : public QAbstractScrollArea, public View, pub bool navigateToLine( FunctionRef func, uint64_t offset, size_t instrIndex, bool center, bool updateHighlight, bool navByRef = false); bool navigateToGotoLabel(uint64_t label); + bool navigateToExternalLink(uint64_t linkSourceAddr); void viewData(); void scrollLines(int count); @@ -335,6 +336,10 @@ private Q_SLOTS: void tagAddressAccepted(TagTypeRef tt); void manageAddressTags(); + void createExternalLink(); + void editExternalLink(); + void removeExternalLink(); + void convertToNop(); void alwaysBranch(); void invertBranch(); -- cgit v1.3.1