diff options
| author | J. Ryan Stinnett <jryans@gmail.com> | 2018-10-06 15:13:07 +0200 |
|---|---|---|
| committer | J. Ryan Stinnett <jryans@gmail.com> | 2018-10-06 15:13:07 +0200 |
| commit | 755a916a5b662f85b257e1db8f3d446dfa16459a (patch) | |
| tree | e095a10b7277467212249cb8b39e9eb8c08f0922 /docs | |
| parent | 7dcf43151664aa44e1685d30549f3793f28b564a (diff) | |
Fix link to issue tracker
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/getting-started.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/getting-started.md b/docs/getting-started.md index f8d88d97..315c7f4b 100644 --- a/docs/getting-started.md +++ b/docs/getting-started.md @@ -68,7 +68,7 @@ As soon as you open a file, Binary Ninja begins its auto-analysis. Even while Binary Ninja is analyzing a binary, the UI should be responsive. Not only that, but because the analysis prioritizes user-requested analysis, you can start navigating a binary immediately and any functions you select will be added to the top of the analysis queue. The current progress through a binary is shown in the status bar, but note that the total number of items left to analyze will go up as well as the binary is processed and more items are discovered that require analysis. -Errors or warnings during the load of the binary are also shown in the status bar, along with an icon (in the case of the image above, a large number of warnings were shown). The most common warnings are from incomplete lifting and can be safely ignored. If the warnings include a message like `Data flow for function at 0x41414141 did not terminate`, then please report the binary to the [bug database][issues]. +Errors or warnings during the load of the binary are also shown in the status bar, along with an icon (in the case of the image above, a large number of warnings were shown). The most common warnings are from incomplete lifting and can be safely ignored. If the warnings include a message like `Data flow for function at 0x41414141 did not terminate`, then please report the binary to the [bug database](https://github.com/Vector35/binaryninja-api/issues). ## Interacting |
