diff options
| author | Brian Potchik <brian@vector35.com> | 2025-07-14 14:45:09 -0400 |
|---|---|---|
| committer | Brian Potchik <brian@vector35.com> | 2025-07-14 14:45:09 -0400 |
| commit | 5bafe5c7bdb0b56037a0b5c573236f9c6367353a (patch) | |
| tree | 2f04a8b4c013c1f6f9b6513b9544092a26ef11f0 /docs/guide | |
| parent | 2b3ce702bdaa825af2dbff45f7899b9ffd82a257 (diff) | |
Update Objective-C Workflow to use the meta workflow.
Diffstat (limited to 'docs/guide')
| -rw-r--r-- | docs/guide/settings.md | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/docs/guide/settings.md b/docs/guide/settings.md index 4b729b82..dd3209f6 100644 --- a/docs/guide/settings.md +++ b/docs/guide/settings.md @@ -189,7 +189,6 @@ The setting will appear under the `Function Settings` submenu in applicable cont |analysis.workflows|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 base function analysis provided by Binary Ninja.|`enum`|`core.function.baseAnalysis`| | | | | | 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`| | | | | | enum: Shared Cache Workflow|`enum`|`core.function.sharedCache`| | | |analysis.workflows|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 base module analysis for Binary Ninja.|`enum`|`core.module.baseAnalysis`| | | |
