From 1d211f2d60e65251e58da9f3233932f0ff40ea1d Mon Sep 17 00:00:00 2001 From: Jordan Wiens Date: Mon, 20 Feb 2023 15:04:45 -0500 Subject: better documentation of address indicator in the status bar --- docs/guide/index.md | 4 +++- docs/img/address-indicator.png | Bin 0 -> 58102 bytes 2 files changed, 3 insertions(+), 1 deletion(-) create mode 100644 docs/img/address-indicator.png (limited to 'docs') 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") + ## 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 Binary files /dev/null and b/docs/img/address-indicator.png differ -- cgit v1.3.1