diff options
| author | Jordan Wiens <jordan@psifertex.com> | 2016-07-30 17:58:36 -0400 |
|---|---|---|
| committer | Jordan Wiens <jordan@psifertex.com> | 2016-07-30 17:58:36 -0400 |
| commit | df5d248622e1309fa24a4d6bcc7449a78231d16d (patch) | |
| tree | d5a6cc84bf557e245a481e85e500fb98d3763557 /docs | |
| parent | 89fba7476366f500e823d73a154483ff5110a793 (diff) | |
fix hotkeys
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/getting-started.md | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/docs/getting-started.md b/docs/getting-started.md index 65fc0e4f..9b65c8ab 100644 --- a/docs/getting-started.md +++ b/docs/getting-started.md @@ -23,6 +23,7 @@ You can load files in many ways: 3. Clicking an item in the recent files list 4. Running Binary Ninja with an optional command-line parameter 5. Opening a file from a URL via the `⌘-l` or `⌃-l` hotkey +6. Opening 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. The url handler can open remote URLs like: `binaryninja:https://captf.com/2015/plaidctf/pwnable/datastore_7e64104f876f0aa3f8330a409d9b9924.elf`, or even local files like `binarynina://bin/ls` in cases where you wish to script up Binary Ninja from a local webapp.  @@ -43,7 +44,8 @@ Errors or warnings during the load of the binary are also shown in the status ba - "h" : Switch to hex view - "p" : Create a function - - <ESC> : Backup navigation + - <ESC> : Navigate backward + - <SPACE> : Toggle between linear view and graph view - "g" : Go To Address dialog - "n" : Name a symbol - "u" : Undefine a symbol |
