Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/dev/workflows.md
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ Once you've queried the available workflows, you can create your own by cloning

#### Example: NOP'ing Module-Level Analysis

The following example demonstrates how to modify a module workflow by clearing all module-level analysis. This effectively disables module-level analysis while preserving the ability to analyze single functions at a time in the UI.
The following example demonstrates how to modify a module workflow by clearing all module-level analysis. This effectively disables module-level analysis while preserving the ability to analyze single functions at a time in the UI. Don't worry about registering the cloned workflow over top of `core.module.metaAnalysis`. Workflows are all generated fresh when Binary Ninja opens. They are then modified by plugins. Any changes you make here will not be there next time you start Binary Ninja.

```python
# Clone the workflow
Expand Down