summaryrefslogtreecommitdiff
path: root/binaryninjacore.h
diff options
context:
space:
mode:
authorBrian Potchik <brian@vector35.com>2024-10-19 11:13:54 -0400
committerBrian Potchik <brian@vector35.com>2024-10-19 11:13:54 -0400
commitf5273b29f60826b693b45404a8a428d3f1d1bda5 (patch)
tree98a235307b21266355f328197bfb8389c75e3ba5 /binaryninjacore.h
parentc9793998fcfa0ebf04cccb3937229b745ccb8bfd (diff)
Improved support for interactive flowgraphs.
Diffstat (limited to 'binaryninjacore.h')
-rw-r--r--binaryninjacore.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/binaryninjacore.h b/binaryninjacore.h
index e08633b1..aaf61c6d 100644
--- a/binaryninjacore.h
+++ b/binaryninjacore.h
@@ -960,7 +960,9 @@ extern "C"
FlowGraphIncludesUserComments,
FlowGraphAllowsPatching,
FlowGraphAllowsInlineInstructionEditing,
- FlowGraphShowsSecondaryRegisterHighlighting
+ FlowGraphShowsSecondaryRegisterHighlighting,
+ FlowGraphIsAddressable,
+ FlowGraphIsWorkflowGraph
} BNFlowGraphOption;
typedef enum BNILInstructionAttribute