From f5273b29f60826b693b45404a8a428d3f1d1bda5 Mon Sep 17 00:00:00 2001 From: Brian Potchik Date: Sat, 19 Oct 2024 11:13:54 -0400 Subject: Improved support for interactive flowgraphs. --- binaryninjacore.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'binaryninjacore.h') 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 -- cgit v1.3.1