diff options
| author | Josh F <josh@vector35.com> | 2022-08-22 16:42:47 -0400 |
|---|---|---|
| committer | Josh F <josh@vector35.com> | 2022-08-22 16:43:03 -0400 |
| commit | b321e1e7506a1c3f80cb55412cbd3762f2bbb428 (patch) | |
| tree | 1bfd5235264e06094fbd79d6c57367012aa35e70 /docs | |
| parent | 22d65ce5e249357db589f4c8bb545985cdd52876 (diff) | |
Add documentation for Memory Map widget
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/getting-started.md | 12 | ||||
| -rw-r--r-- | docs/img/memory-map.png | bin | 0 -> 93357 bytes |
2 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 + + + +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  diff --git a/docs/img/memory-map.png b/docs/img/memory-map.png Binary files differnew file mode 100644 index 00000000..f29c05b2 --- /dev/null +++ b/docs/img/memory-map.png |
