summaryrefslogtreecommitdiff
path: root/docs/dev
diff options
context:
space:
mode:
Diffstat (limited to 'docs/dev')
-rw-r--r--docs/dev/workflows.md2
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
+![Workflow Concepts Diagram](../img/workflow-concepts-diagram.png "Workflow 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.