diff options
| author | Brian Potchik <brian@vector35.com> | 2026-03-03 10:31:24 -0500 |
|---|---|---|
| committer | Brian Potchik <brian@vector35.com> | 2026-03-03 10:31:24 -0500 |
| commit | 47c90e940e7c3eb61c5a5a3a9702ebe7cd0ea27c (patch) | |
| tree | 4eb00b3e62320439c38d766c0b2b696a624595db /ui/memorymap.h | |
| parent | 4bf13779d75176b6fba0c37fe3b614842bffa193 (diff) | |
Fix MemoryRegionDialog prepopulating length for file backed regions.
Diffstat (limited to 'ui/memorymap.h')
| -rw-r--r-- | ui/memorymap.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ui/memorymap.h b/ui/memorymap.h index 44bd0195..2003eb34 100644 --- a/ui/memorymap.h +++ b/ui/memorymap.h @@ -67,6 +67,7 @@ class BINARYNINJAUIAPI MemoryRegionDialog : public QDialog BinaryViewRef m_data; SegmentRef m_segment; std::optional<std::string> m_filePath; + bool m_nameManuallyEdited = false; void SelectFile(); void Submit(); |
