We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4bf1377 commit 47c90e9Copy full SHA for 47c90e9
1 file changed
ui/memorymap.h
@@ -67,6 +67,7 @@ class BINARYNINJAUIAPI MemoryRegionDialog : public QDialog
67
BinaryViewRef m_data;
68
SegmentRef m_segment;
69
std::optional<std::string> m_filePath;
70
+ bool m_nameManuallyEdited = false;
71
72
void SelectFile();
73
void Submit();
0 commit comments