diff options
| author | Jordan Wiens <jordan@psifertex.com> | 2024-06-10 17:06:53 -0400 |
|---|---|---|
| committer | Jordan Wiens <jordan@psifertex.com> | 2024-06-10 17:06:53 -0400 |
| commit | 26afbd71f0b5bfd6584b58ae62093ac25afacdcb (patch) | |
| tree | 78a8eedb616998d977125182aafd087f14864161 /docs | |
| parent | 43d478cf39f8faef9cf9d16ca47d3edd8152f4cb (diff) | |
add explanation about double clicking addresses in memory map
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/guide/index.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/guide/index.md b/docs/guide/index.md index e4cff8e9..769a9d86 100644 --- a/docs/guide/index.md +++ b/docs/guide/index.md @@ -290,6 +290,8 @@ The tags panel allows you to both change existing tag categories, add your own c The "Memory Map" pane and sidebar widget show 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. +Double clicking an address in the "start" or "end" column will navigate in the address in the current view. If an address in the "Data Offset" column is double clicked, that address will always be navigated to in the `Raw` view which may be confusing at first. +  To access it, use either the icon in the sidebar to open the panel, or use the view drop-down in the main pane, or use the command-palette! |
