From 6b57ef1d2c82d263655364588546e6211b0a99a8 Mon Sep 17 00:00:00 2001 From: Brian Potchik Date: Wed, 11 Mar 2026 12:12:36 -0400 Subject: Enhance MemoryMap bindings and add support to re-enable disabled regions in the UI. --- 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 2003eb34..56898482 100644 --- a/ui/memorymap.h +++ b/ui/memorymap.h @@ -187,6 +187,7 @@ class BINARYNINJAUIAPI SegmentWidget : public QWidget void addSegment(); void editSegment(SegmentRef segment); void disableSegment(SegmentRef segment); + void enableSegment(const std::string& regionName); void removeSegment(SegmentRef segment); public: -- cgit v1.3.1