From 9589986617465884691200589124370729603921 Mon Sep 17 00:00:00 2001 From: Glenn Smith Date: Tue, 7 May 2024 19:55:30 -0400 Subject: Stack view: Make the base offsets work with the "create variable" dialog --- ui/stackview.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'ui/stackview.h') diff --git a/ui/stackview.h b/ui/stackview.h index 6202a8fb..12a8b87a 100644 --- a/ui/stackview.h +++ b/ui/stackview.h @@ -275,6 +275,9 @@ class BINARYNINJAUIAPI StackView : public QAbstractScrollArea, public View //! Override the default event handler so we can have nice tooltips. bool event(QEvent* event) override; + //! Get the current base name/offset using the currently selected base register + std::pair calculateBaseOffset() const; + BinaryViewRef getData() override; uint64_t getCurrentOffset() override; bool canCopyAddress() override { return false; }; -- cgit v1.3.1