summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorJordan Wiens <jordan@psifertex.com>2023-02-20 15:04:45 -0500
committerJordan Wiens <jordan@psifertex.com>2023-02-20 15:04:45 -0500
commit1d211f2d60e65251e58da9f3233932f0ff40ea1d (patch)
tree5572007ccaba28805a64ec35098513d62c245d71 /docs
parent0e4a7a87aef683d4aeeb890999b94c62000cc876 (diff)
better documentation of address indicator in the status bar
Diffstat (limited to 'docs')
-rw-r--r--docs/guide/index.md4
-rw-r--r--docs/img/address-indicator.pngbin0 -> 58102 bytes
2 files changed, 3 insertions, 1 deletions
diff --git a/docs/guide/index.md b/docs/guide/index.md
index db2061a9..980eb8f9 100644
--- a/docs/guide/index.md
+++ b/docs/guide/index.md
@@ -127,9 +127,11 @@ The status bar provides current information about the open file as well as some
* Update Notification - perform updates, download status, and restart notification
* Analysis progress - ongoing analysis progress of current active file
-* Cursor offset or selection - interactive control that can be clicked to change its display format
+* Cursor offset or selection - interactive control that can be clicked to change its display format, or also to copy the current address or selection in a number of different formats (see the below screenshot)
* File Contents Lock - interactive control to prevent accidental changes to the underlying file
+![address indicator](../img/address-indicator.png "Status Bar") <!-- this image needs updating to reflect new status bar -->
+
## Analysis
As soon as you open a file, Binary Ninja begins its auto-analysis which is fairly similar to decompiling the entire binary.
diff --git a/docs/img/address-indicator.png b/docs/img/address-indicator.png
new file mode 100644
index 00000000..91aae584
--- /dev/null
+++ b/docs/img/address-indicator.png
Binary files differ