From 2fc72f41ac692f53f1d37ed423a40b781c1b42e1 Mon Sep 17 00:00:00 2001 From: KyleMiles Date: Mon, 10 Jul 2023 15:21:21 -0400 Subject: Enable dwarf export by default --- docs/guide/settings.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/guide') diff --git a/docs/guide/settings.md b/docs/guide/settings.md index 51893113..a2fe6226 100644 --- a/docs/guide/settings.md +++ b/docs/guide/settings.md @@ -126,7 +126,7 @@ 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 export plugin.|`boolean`|`True`|[`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| -- cgit v1.3.1