summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian Potchik <brian@vector35.com>2025-02-14 15:32:39 -0500
committerBrian Potchik <brian@vector35.com>2025-02-14 15:32:39 -0500
commit071811547bded7cf570125a03bb12d0b7c56a5ac (patch)
tree508f8d7ba194ec2c5097eb953ca68d137dd9de12
parent821957c669c4929e7fed30fb12b022e1b83aae7c (diff)
Update MemoryMap UI with better support for segment modifications.
-rw-r--r--ui/memorymap.h1
1 files changed, 1 insertions, 0 deletions
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: