From 071811547bded7cf570125a03bb12d0b7c56a5ac Mon Sep 17 00:00:00 2001 From: Brian Potchik Date: Fri, 14 Feb 2025 15:32:39 -0500 Subject: Update MemoryMap UI with better support for segment modifications. --- ui/memorymap.h | 1 + 1 file changed, 1 insertion(+) (limited to 'ui/memorymap.h') diff --git a/ui/memorymap.h b/ui/memorymap.h index b6c2bc99..e766e6a8 100644 --- a/ui/memorymap.h +++ b/ui/memorymap.h @@ -144,6 +144,7 @@ class BINARYNINJAUIAPI SegmentWidget : public QWidget void addSegment(); void editSegment(SegmentRef segment); + void disableSegment(SegmentRef segment); void removeSegment(SegmentRef segment); public: -- cgit v1.3.1