From 87a8a04db5c0a80c06819ec6caf1568b7202cf51 Mon Sep 17 00:00:00 2001 From: Xusheng Date: Tue, 28 Sep 2021 14:19:23 +0800 Subject: Check in the debugger --- docs/getting-started.md | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'docs/getting-started.md') diff --git a/docs/getting-started.md b/docs/getting-started.md index 8f183d3f..85a13cee 100644 --- a/docs/getting-started.md +++ b/docs/getting-started.md @@ -610,6 +610,14 @@ 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) + +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 ![settings >](img/settings.png "Settings") @@ -692,6 +700,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|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| -- cgit v1.3.1