We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ee50633 commit 3434b6aCopy full SHA for 3434b6a
1 file changed
ui/memorymap.h
@@ -85,9 +85,11 @@ class BINARYNINJAUIAPI SectionDialog : public QDialog
85
enum class SegmentColumn : int {
86
START = 0,
87
END,
88
+ LENGTH,
89
DATA_OFFSET,
90
DATA_LENGTH,
91
FLAGS,
92
+ SOURCE,
93
COLUMN_COUNT,
94
};
95
@@ -137,6 +139,8 @@ class BINARYNINJAUIAPI SegmentWidget : public QWidget
137
139
138
140
//void updateInfo();
141
void showContextMenu(const QPoint& point);
142
+ QMenu* createHeaderContextMenu(const QPoint& p);
143
+ void restoreDefaults();
144
145
void addSegment();
146
void editSegment(SegmentRef segment);
0 commit comments