binaryninja-api icon indicating copy to clipboard operation
binaryninja-api copied to clipboard

Workflow Docs Should Mention Ephemerality of Workflows Per Binja Execution

Open utkonos opened this issue 2 months ago • 0 comments

Is this a general concept that needs to be documented or a specific API? Workflows

What concept or API needs more documentation? The Workflows documentation should mention that workflows are regenerated every time binja executes and are then modified by plugins as they are loaded. So the workflow changes made in examples are ephemeral for the current binja execution.

Maybe put that here: https://docs.binary.ninja/dev/workflows.html#workflow-fundamentals

Without this being mentioned, the first example which deletes everything from the metaAnalysis and then registers the empty clone over the original sounds quite destructive.

utkonos avatar Dec 11 '25 05:12 utkonos