summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorJordan Wiens <jordan@psifertex.com>2021-04-24 13:10:08 -0400
committerJordan Wiens <jordan@psifertex.com>2021-04-24 13:10:08 -0400
commit10baa8ff1207a4f37d9657973603413336d38c12 (patch)
treeec2f984cbbac21873de68acac689af59816f99ff /docs
parentace2b323e7bbc6bd612d1cb3be064275dc9f7a30 (diff)
include pressing number key to load from recent file list
Diffstat (limited to 'docs')
-rw-r--r--docs/getting-started.md7
1 files changed, 4 insertions, 3 deletions
diff --git a/docs/getting-started.md b/docs/getting-started.md
index fa3f85b1..d000dad0 100644
--- a/docs/getting-started.md
+++ b/docs/getting-started.md
@@ -59,9 +59,10 @@ You can load files in many ways:
3. Use the `File/Open with Options` menu which allows you to customize the analysis options (`[CMD/CTRL-SHIFT] o`)
4. Open a file from the Triage picker (`File/Open for Triage`) which enables several minimal analysis options and shows a summary view first
5. Click an item in the recent files list (hold `[CMD/CTRL-SHIFT]` while clicking to use the `Open with Options` workflow)
-6. Run Binary Ninja with an optional command-line parameter
-7. Open a file from a URL via the `[CMD/CTRL] l` hotkey
-8. Open a file using the `binaryninja:` URL handler. For security reasons, the URL handler requires you to confirm a warning before opening a file via the URL handler. URLs additionally support deep linking using the `expr` query parameter where expression value is a valid parsable expression such as those possible in the [navigation dialog](#navigating), and fully documented in the [`parse_expression`](https://api.binary.ninja/binaryninja.binaryview-module.html?highlight=parse_expression#binaryninja.binaryview.BinaryView.parse_expression) API. Below a few examples are provided:
+6. Press the number key associated with an item from the recent files list (0-9, where 0 represents file 10 on the recent list)
+7. Run Binary Ninja with an optional command-line parameter
+8. Open a file from a URL via the `[CMD/CTRL] l` hotkey
+9. Open a file using the `binaryninja:` URL handler. For security reasons, the URL handler requires you to confirm a warning before opening a file via the URL handler. URLs additionally support deep linking using the `expr` query parameter where expression value is a valid parsable expression such as those possible in the [navigation dialog](#navigating), and fully documented in the [`parse_expression`](https://api.binary.ninja/binaryninja.binaryview-module.html?highlight=parse_expression#binaryninja.binaryview.BinaryView.parse_expression) API. Below a few examples are provided:
* URLs For referencing files on the local file system.
* `binaryninja:///bin/ls?expr=sub_2830` - open the given file and navigate to the function: `sub_2830`
* `binaryninja:///bin/ls?expr=.text` - open the given file and navigate to the start address of the `.text` section