From 10e668db4d76658882bee7b75d47063b054a730d Mon Sep 17 00:00:00 2001 From: Glenn Smith Date: Tue, 13 Jul 2021 00:41:53 -0400 Subject: Remove ui.debugMode in favor of an "Advanced" submenu --- docs/getting-started.md | 31 +++++++++++++++++-------------- 1 file changed, 17 insertions(+), 14 deletions(-) (limited to 'docs') diff --git a/docs/getting-started.md b/docs/getting-started.md index b8ea3d92..b71aab8b 100644 --- a/docs/getting-started.md +++ b/docs/getting-started.md @@ -207,25 +207,29 @@ Current options include: - Normal - Medium - Highlight -- Graph +- Graph & Linear Views - Show address + - Show call parameter names (MLIL only) + - Show function address - Show opcode bytes + - Show register set highlighting + - Show variable types + - List default register types + - At assignment (MLIL only) + - At top of function - Assembly - - Lifted IL - - Show IL flag usage (if showing Lifted IL) - Low Level IL - - Show basic block register state (if showing Low Level IL) + - Show Stack Pointer Value - Medium Level IL - - Show basic block register state (if showing Medium IL) - High Level IL - - Show basic block register state (if showing High IL) -- Linear - - Show address - - Show call parameter names - - Show opcode bytes - - Show register set highlighting - - Show variable types - - List default register types + - Advanced IL Forms + - Lifted IL + - Show IL Flag Usage + - Low Level IL (SSA Form) + - Medium Level IL (Mapped) + - Medium Level IL (Mapped, SSA Form) + - Medium Level IL (SSA Form) + - High Level IL (SSA Form) ![hex >](img/hex.png "hex view") @@ -657,7 +661,6 @@ Here's a list of all settings currently available from the UI: |triage|Always Prefer Triage Summary View|Always prefer opening binaries in Triage Summary view, even when performing full analysis.|`boolean`|`False`|[`SettingsProjectScope`, `SettingsResourceScope`, `SettingsUserScope`]|triage.preferSummaryView| |triage|Prefer Triage Summary View for Raw Files|Prefer opening raw files in Triage Summary view.|`boolean`|`False`|[`SettingsProjectScope`, `SettingsResourceScope`, `SettingsUserScope`]|triage.preferSummaryViewForRaw| |ui|Color Blind|Choose colors that are visible to those with red/green color blindness.|`boolean`|`False`|[`SettingsUserScope`]|ui.colorBlind| -|ui|Debug Mode|Enable developer debugging features (Additional views: Lifted IL, and IL SSA forms).|`boolean`|`False`|[`SettingsUserScope`]|ui.debugMode| |ui|Dock Window Title Bars|Enable to display title bars for dockable windows attached to a main window.|`boolean`|`True`|[`SettingsUserScope`]|ui.docks.titleBars| |ui|Feature Map Auto-Rotate|Automatically rotate the feature map orientation based on the current layout and dimensions.|`boolean`|`True`|[`SettingsProjectScope`, `SettingsUserScope`]|ui.featureMap.autoRotate| |ui|Feature Map|Enable the feature map which displays a visual overview of the BinaryView.|`boolean`|`True`|[`SettingsProjectScope`, `SettingsResourceScope`, `SettingsUserScope`]|ui.featureMap.enable| -- cgit v1.3.1