diff options
| author | Brian Potchik <brian@vector35.com> | 2024-11-25 11:49:47 -0500 |
|---|---|---|
| committer | Brian Potchik <brian@vector35.com> | 2024-11-25 11:49:47 -0500 |
| commit | b50c2e8a53344b4efc1f529ea54b379305a17207 (patch) | |
| tree | c1e5e5bc8211ae63fe53bce1c9a585ba28de2be2 /docs/guide | |
| parent | 16303c7bc3cdf0a9b5fab5e2af5bae71f199e461 (diff) | |
Rename 'defaultAnalysis' to 'baseAnalysis' in the Workflow system.
Diffstat (limited to 'docs/guide')
| -rw-r--r-- | docs/guide/settings.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/guide/settings.md b/docs/guide/settings.md index 0d5cc22e..d39dbec9 100644 --- a/docs/guide/settings.md +++ b/docs/guide/settings.md @@ -119,12 +119,12 @@ All settings are uniquely identified with an identifier string. Identifiers are |analysis|UTF-32 Encoding|Whether or not to consider UTF-32 code points when searching for strings.|`boolean`|`True`|[`SettingsProjectScope`, `SettingsResourceScope`, `SettingsUserScope`]|<a id='analysis.unicode.utf32'>analysis.unicode.utf32</a>| |analysis|UTF-8 Encoding|Whether or not to consider UTF-8 code points when searching for strings.|`boolean`|`True`|[`SettingsProjectScope`, `SettingsResourceScope`, `SettingsUserScope`]|<a id='analysis.unicode.utf8'>analysis.unicode.utf8</a>| |analysis|Function Workflow|Specifies the workflow to be used for function-level analysis, including tasks such as disassembly and IL transformations.|`string`|`core.function.metaAnalysis`|[`SettingsProjectScope`, `SettingsResourceScope`, `SettingsUserScope`]|<a id='analysis.workflows.functionWorkflow'>analysis.workflows.functionWorkflow</a>| -| | | enum: This workflow defines the core function analysis provided by Binary Ninja.|`enum`|`core.function.defaultAnalysis`| | | +| | | enum: This workflow defines the base function analysis provided by Binary Ninja.|`enum`|`core.function.baseAnalysis`| | | | | | enum: Shared Cache Workflow|`enum`|`core.function.dsc`| | | | | | enum: This workflow defines the adaptive function analysis for Binary Ninja, enabling adaptive composability of the default function analysis.|`enum`|`core.function.metaAnalysis`| | | | | | enum: Enhanced analysis for Objective-C code.|`enum`|`core.function.objectiveC`| | | |analysis|Module Workflow|Specifies the workflow to be used for module-level analysis, focusing on processing module-level data and coordinating function analyses.|`string`|`core.module.metaAnalysis`|[`SettingsProjectScope`, `SettingsResourceScope`, `SettingsUserScope`]|<a id='analysis.workflows.moduleWorkflow'>analysis.workflows.moduleWorkflow</a>| -| | | enum: This workflow defines the core module analysis for Binary Ninja.|`enum`|`core.module.defaultAnalysis`| | | +| | | enum: This workflow defines the base module analysis for Binary Ninja.|`enum`|`core.module.baseAnalysis`| | | | | | enum: This workflow defines the adaptive module analysis for Binary Ninja, enabling adaptive composability of the default module analysis.|`enum`|`core.module.metaAnalysis`| | | |arch|AARCH64 Alignment Requirement|Require instructions be on 4-byte aligned addresses to be disassembled.|`boolean`|`True`|[`SettingsProjectScope`, `SettingsResourceScope`, `SettingsUserScope`]|<a id='arch.aarch64.disassembly.alignRequired'>arch.aarch64.disassembly.alignRequired</a>| |arch|AARCH64 Prefer Intrinsics for Vector Operations|Prefer generating calls to intrinsics (where one is available) to lifting vector operations as unrolled loops (where available). Note that not all vector operations are currently lifted as either intrinsics or unrolled loops.|`boolean`|`True`|[`SettingsProjectScope`, `SettingsResourceScope`, `SettingsUserScope`]|<a id='arch.aarch64.disassembly.preferIntrinsics'>arch.aarch64.disassembly.preferIntrinsics</a>| |
