From 6325884782a47e0c89154cf7ce0952368e25ea2a Mon Sep 17 00:00:00 2001 From: KyleMiles Date: Tue, 18 Apr 2023 12:38:09 -0400 Subject: DWARF Import DebugInfo Plugin Resolves #3206 --- docs/guide/settings.md | 2 ++ 1 file changed, 2 insertions(+) (limited to 'docs/guide') diff --git a/docs/guide/settings.md b/docs/guide/settings.md index ba882e9e..51893113 100644 --- a/docs/guide/settings.md +++ b/docs/guide/settings.md @@ -126,6 +126,8 @@ All settings are uniquely identified with an identifier string. Identifiers are |corePlugins|Mach-O View|Enable the built-in Mach-O view module.|`boolean`|`True`|[`SettingsUserScope`]|corePlugins.view.macho| |corePlugins|PE/COFF View|Enable the built-in PE/COFF view module.|`boolean`|`True`|[`SettingsUserScope`]|corePlugins.view.pe| |corePlugins|Objective-C|Enable the built-in Objective-C plugin.|`boolean`|`True`|[`SettingsUserScope`]|corePlugins.workflows.objc| +|corePlugins|DWARF DebugInfo Parser|Enable the built-in DWARF export plugin.|`boolean`|`False`|[`SettingsUserScope`]|corePlugins.dwarfExport| +|corePlugins|DWARF DebugInfo Parser|Enable the built-in DWARF debug info parser.|`boolean`|`False`|[`SettingsUserScope`]|corePlugins.dwarfImport| |debugger|Update the analysis aggressively|Whether to aggressively update the memory cache and analysis. If the target has self-modifying code, turning this on makes sure every function is re-analyzed every time the target stops, which gives the most accurate analysis. However, for large binaries with lots of functions, this may cause performance issues.|`boolean`|`False`|[`SettingsUserScope`]|debugger.aggressiveAnalysisUpdate| |debugger|Confirm on first launch|Asks the user to confirm the operation when the target is launched for the first time.|`boolean`|`True`|[`SettingsUserScope`]|debugger.confirmFirstLaunch| |debugger|Safe Mode|When enabled, this prevents the debugger from launching any file.|`boolean`|`False`|[`SettingsUserScope`]|debugger.safeMode| -- cgit v1.3.1