From 10baa8ff1207a4f37d9657973603413336d38c12 Mon Sep 17 00:00:00 2001 From: Jordan Wiens Date: Sat, 24 Apr 2021 13:10:08 -0400 Subject: include pressing number key to load from recent file list --- docs/getting-started.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'docs') 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 -- cgit v1.3.1