diff options
| -rw-r--r-- | ui/memorymap.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ui/memorymap.h b/ui/memorymap.h index f49a508d..b6c2bc99 100644 --- a/ui/memorymap.h +++ b/ui/memorymap.h @@ -85,9 +85,11 @@ public: enum class SegmentColumn : int { START = 0, END, + LENGTH, DATA_OFFSET, DATA_LENGTH, FLAGS, + SOURCE, COLUMN_COUNT, }; @@ -137,6 +139,8 @@ class BINARYNINJAUIAPI SegmentWidget : public QWidget //void updateInfo(); void showContextMenu(const QPoint& point); + QMenu* createHeaderContextMenu(const QPoint& p); + void restoreDefaults(); void addSegment(); void editSegment(SegmentRef segment); |
