From 6066b193f5df09df3dfa357d85efa938088b329d Mon Sep 17 00:00:00 2001 From: Xusheng Date: Fri, 9 Sep 2022 16:18:44 +0800 Subject: No longer mark debugger as beta --- docs/getting-started.md | 8 +++----- docs/guide/debugger.md | 11 +++-------- 2 files changed, 6 insertions(+), 13 deletions(-) (limited to 'docs') diff --git a/docs/getting-started.md b/docs/getting-started.md index cddea0a4..f99dbd2d 100644 --- a/docs/getting-started.md +++ b/docs/getting-started.md @@ -639,12 +639,10 @@ Binary Ninja supports loading PDB files through a built in PDB loader. When sele 3. Attempt to connect and download the PDB from the list of symbol servers specified in setting `symbol-server-list`. 4. Prompt the user for the PDB. -## Debugger Plugin (Beta) +## Debugger Plugin Binary Ninja now comes with the debugger plugin that can debug executables on Windows, Linux, and macOS. -The debugger is currently in Beta, so it needs to be manually turned on. The relevant setting is in "Settings" -> "corePlugins" -> "Debugger Plugin (Beta)". - For more detailed information on plugins, see the [debugger guide](guide/debugger.md). ## Settings @@ -679,7 +677,7 @@ All settings are uniquely identified with an identifier string. Identifiers are Here's a list of all built-in settings currently available from the UI: |Category|Setting|Description|Type|Default|Scope|Key| -|---|---|---|---|---|---|---| +|---|---|---|---|--|---|---| |analysis|Disallow Branch to String|Enable the ability to halt analysis of branch targets that fall within a string reference. This setting may be useful for malformed binaries.|`boolean`|`False`|[`SettingsProjectScope`, `SettingsResourceScope`, `SettingsUserScope`]|analysis.conservative.disallowBranchToString| |analysis|Purge Snapshots|When saving a database, purge old snapshots keeping only the current snapshot.|`boolean`|`False`|[`SettingsProjectScope`, `SettingsUserScope`]|analysis.database.purgeSnapshots| |analysis|Purge Undo History|When saving a database, purge current and existing undo history.|`boolean`|`False`|[`SettingsProjectScope`, `SettingsUserScope`]|analysis.database.purgeUndoHistory| @@ -744,7 +742,7 @@ Here's a list of all built-in settings currently available from the UI: |corePlugins|PowerPC Architecture|Enable the built-in PowerPC architecture module.|`boolean`|`True`|[`SettingsUserScope`]|corePlugins.architectures.powerpc| |corePlugins|x86/x86_64 Architecture|Enable the built-in x86/x86_64 architecture module.|`boolean`|`True`|[`SettingsUserScope`]|corePlugins.architectures.x86| |corePlugins|Crypto Plugin|Enable the built-in crypto plugin.|`boolean`|`True`|[`SettingsUserScope`]|corePlugins.crypto| -|corePlugins|Debugger Plugin (Beta)|Enable the built-in debugger plugin.|`boolean`|`False`|[`SettingsUserScope`]|corePlugins.debugger| +|corePlugins|Debugger Plugin|Enable the built-in debugger plugin.|`boolean`|`True`|[`SettingsUserScope`]|corePlugins.debugger| |corePlugins|PDB Loader|Enable the built-in PDB loader plugin.|`boolean`|`True`|[`SettingsUserScope`]|corePlugins.pdb| |corePlugins|DECREE Platform|Enable the built-in DECREE platform module.|`boolean`|`True`|[`SettingsUserScope`]|corePlugins.platforms.decree| |corePlugins|FreeBSD Platform|Enable the built-in FreeBSD platform module.|`boolean`|`True`|[`SettingsUserScope`]|corePlugins.platforms.freebsd| diff --git a/docs/guide/debugger.md b/docs/guide/debugger.md index 7e38449b..85a7574e 100644 --- a/docs/guide/debugger.md +++ b/docs/guide/debugger.md @@ -1,14 +1,9 @@ -# Debugger (Beta) +# Debugger Binary Ninja Debugger is a plugin that can debug executables on Windows, Linux, and macOS. -The debugger plugin is shipped with Binary Ninja. However, it is currently in Beta, so it needs to be manually turned on. The relevant setting is in "Settings" -> "corePlugins" -> "Debugger Plugin (Beta)". - -Alternatively, one can set the environment variable `BN_EXPERIMENTAL_DEBUGGER` (to anything), which also enables the debugger. - -After enabling the debugger plugin, restart Binary Ninja to use it. - -The debugger is [open-source](https://github.com/Vector35/debugger) with Apache License 2.0. Bug reports and pull requests are welcome! +The debugger plugin is shipped with Binary Ninja. +It is [open-source](https://github.com/Vector35/debugger) with Apache License 2.0. Bug reports and pull requests are welcome! ## UI -- cgit v1.3.1