From b321e1e7506a1c3f80cb55412cbd3762f2bbb428 Mon Sep 17 00:00:00 2001 From: Josh F Date: Mon, 22 Aug 2022 16:42:47 -0400 Subject: Add documentation for Memory Map widget --- docs/getting-started.md | 12 ++++++++++++ docs/img/memory-map.png | Bin 0 -> 93357 bytes 2 files changed, 12 insertions(+) create mode 100644 docs/img/memory-map.png (limited to 'docs') diff --git a/docs/getting-started.md b/docs/getting-started.md index b1e0118f..05b5419e 100644 --- a/docs/getting-started.md +++ b/docs/getting-started.md @@ -407,6 +407,18 @@ The symbols list highlights symbols according to whether they are functions or d !!! Tip "Tip" Searching in the symbol list doesn't require focusing the search box. That the filter list here (and in the string panel) is a "fuzzy" search. Each space-separated keyword is used as a substring match and order matters. So: "M C N" for example would match "MyClassName". +### Memory Map + +![memory map >](img/memory-map.png "Memory Map") + +The "Memory Map" sidebar widget shows segments and sections currently present in the binary, allows some modification of automatically added sections, and allows adding, modifying, and deleting user segments and sections. + +When a segment is selected (highlighted in blue) related sections will be outlined (white border). + +Likewise, when a section is selected, related segments will be outlined. + +The sorting order of segments and sections can be changed by clicking on any column header. + ### Edit Function Properties Dialog ![Edit Function Properties Dialog >](img/efp_dialog_diagram.png "Edit Function Properties Dialog") diff --git a/docs/img/memory-map.png b/docs/img/memory-map.png new file mode 100644 index 00000000..f29c05b2 Binary files /dev/null and b/docs/img/memory-map.png differ -- cgit v1.3.1