summaryrefslogtreecommitdiff
path: root/docs/getting-started.md
diff options
context:
space:
mode:
authorJosh F <josh@vector35.com>2022-08-22 16:42:47 -0400
committerJosh F <josh@vector35.com>2022-08-22 16:43:03 -0400
commitb321e1e7506a1c3f80cb55412cbd3762f2bbb428 (patch)
tree1bfd5235264e06094fbd79d6c57367012aa35e70 /docs/getting-started.md
parent22d65ce5e249357db589f4c8bb545985cdd52876 (diff)
Add documentation for Memory Map widget
Diffstat (limited to 'docs/getting-started.md')
-rw-r--r--docs/getting-started.md12
1 files changed, 12 insertions, 0 deletions
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")