From b4848827fac197dcdf496dc8a749b8705ee34840 Mon Sep 17 00:00:00 2001 From: Brian Potchik Date: Wed, 31 Mar 2021 20:46:17 -0400 Subject: Add new 'Rendering' settings group. --- docs/getting-started.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs') diff --git a/docs/getting-started.md b/docs/getting-started.md index 053e66f0..5e659250 100644 --- a/docs/getting-started.md +++ b/docs/getting-started.md @@ -510,7 +510,7 @@ Here's a list of all settings currently available from the UI: |analysis|Max Function Size|Any functions over this size will not be automatically analyzed. A value of 0 disables analysis of functions and suppresses the related log warning. To override see FunctionAnalysisSkipOverride. Size is specified in bytes.|`number`|`65536`|[`SettingsProjectScope`, `SettingsUserScope`, `SettingsResourceScope`]|analysis.limits.maxFunctionSize| |analysis|Max Function Update Count|Any functions that exceed this incremental update count are deferred. A value of 0 disables this feature.|`number`|`100`|[`SettingsProjectScope`, `SettingsUserScope`, `SettingsResourceScope`]|analysis.limits.maxFunctionUpdateCount| |analysis|Max Lookup Table Size|Limits the maximum number of entries for a lookup table.|`number`|`4095`|[`SettingsProjectScope`, `SettingsUserScope`, `SettingsResourceScope`]|analysis.limits.maxLookupTableSize| -|analysis|Maximum String Annotation Length|The maximum substring length that will be shown in string annotations.|`number`|`32`|[`SettingsProjectScope`, `SettingsUserScope`, `SettingsResourceScope`]|analysis.limits.maxStringAnnotationLength| +|analysis|Maximum String Annotation Length|The maximum substring length that will be shown in string annotations.|`number`|`32`|[`SettingsProjectScope`, `SettingsUserScope`, `SettingsResourceScope`]|rendering.strings.maxAnnotationLength| |analysis|Minimum String Length|The minimum length for strings created during auto-analysis|`number`|`4`|[`SettingsProjectScope`, `SettingsUserScope`, `SettingsResourceScope`]|analysis.limits.minStringLength| |analysis|Worker Thread Count|The number of worker threads available for concurrent analysis activities.|`number`|`15`|[`SettingsProjectScope`, `SettingsUserScope`, `SettingsResourceScope`]|analysis.limits.workerThreadCount| |analysis|Autorun Linear Sweep|Automatically run linear sweep when opening a binary for analysis.|`boolean`|`True`|[`SettingsProjectScope`, `SettingsUserScope`, `SettingsResourceScope`]|analysis.linearSweep.autorun| @@ -646,7 +646,7 @@ Here's a list of all settings currently available from the UI: | | | |`enum`|`Python`| | | |ui|Scripting Provider History Size|Specify the maximum number of lines contained in the scripting history.|`number`|`1000`|[`SettingsUserScope`]|ui.scripting.historySize| |ui|Display Settings Identifiers|Display setting identifiers in the UI settings view.|`boolean`|`False`|[`SettingsUserScope`]|ui.settings.displayIdentifiers| -|ui|HLIL Scoping Style|Controls the display of new scopes in HLIL.|`string`|`default`|[`SettingsProjectScope`, `SettingsUserScope`, `SettingsResourceScope`]|ui.style.hlil.scoping| +|ui|HLIL Scoping Style|Controls the display of new scopes in HLIL.|`string`|`default`|[`SettingsProjectScope`, `SettingsUserScope`, `SettingsResourceScope`]|rendering.hlil.scopingStyle| | | | enum: Default BNIL scoping style.|`enum`|`default`| | | | | | enum: Braces around scopes, same line.|`enum`|`braces`| | | | | | enum: Braces around scopes, new line.|`enum`|`bracesNewLine`| | | -- cgit v1.3.1