summaryrefslogtreecommitdiff
path: root/ui
diff options
context:
space:
mode:
authorBrian Potchik <brian@vector35.com>2026-03-11 12:12:36 -0400
committerBrian Potchik <brian@vector35.com>2026-03-11 12:12:36 -0400
commit6b57ef1d2c82d263655364588546e6211b0a99a8 (patch)
tree83593089f530368b6d83905fc32858f8251904dc /ui
parentb8fdf800de345f93b2e68713d14bac425a62feb3 (diff)
Enhance MemoryMap bindings and add support to re-enable disabled regions in the UI.
Diffstat (limited to 'ui')
-rw-r--r--ui/memorymap.h1
1 files changed, 1 insertions, 0 deletions
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: