summaryrefslogtreecommitdiff
path: root/ui
diff options
context:
space:
mode:
Diffstat (limited to 'ui')
-rw-r--r--ui/flowgraphwidget.h2
-rw-r--r--ui/linearview.h1
2 files changed, 3 insertions, 0 deletions
diff --git a/ui/flowgraphwidget.h b/ui/flowgraphwidget.h
index e90bcdc5..036d042c 100644
--- a/ui/flowgraphwidget.h
+++ b/ui/flowgraphwidget.h
@@ -176,6 +176,8 @@ protected:
void selectNone();
void navigateToHighlightedToken();
+ uint64_t getTokenAddress();
+
public:
FlowGraphWidget(QWidget* parent, BinaryViewRef view, FlowGraphRef graph = FlowGraphRef());
~FlowGraphWidget();
diff --git a/ui/linearview.h b/ui/linearview.h
index 2c9c5fcc..3e089732 100644
--- a/ui/linearview.h
+++ b/ui/linearview.h
@@ -181,6 +181,7 @@ class BINARYNINJAUIAPI LinearView: public QAbstractScrollArea, public View, publ
void updateAnalysisRequestorsForCache();
ArchitectureRef getArchitecture(const LinearViewLine& line);
+ uint64_t getTokenAddress();
BNAnalysisWarningActionType getAnalysisWarningActionAtPos(const LinearViewLine& line, int x);