diff options
Diffstat (limited to 'docs/dev')
| -rw-r--r-- | docs/dev/workflows.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/dev/workflows.md b/docs/dev/workflows.md index f2c4e374..db22412f 100644 --- a/docs/dev/workflows.md +++ b/docs/dev/workflows.md @@ -16,6 +16,8 @@ By leveraging Workflows, you gain unparalleled control over the decompilation an ## Concepts +{ width="800" } + ### Workflow A **Workflow** in Binary Ninja defines the set of analyses to perform on a binary, including their dependencies and execution order. Workflows are represented as Directed Acyclic Graphs (DAGs), where each node corresponds to an **Activity** (an individual analysis or action). We have built an API around modifying and extending this structure, enabling you to tailor the decompilation and analysis process to your specific needs. |
