diff options
| author | Brian Potchik <brian@vector35.com> | 2024-10-19 11:13:54 -0400 |
|---|---|---|
| committer | Brian Potchik <brian@vector35.com> | 2024-10-19 11:13:54 -0400 |
| commit | f5273b29f60826b693b45404a8a428d3f1d1bda5 (patch) | |
| tree | 98a235307b21266355f328197bfb8389c75e3ba5 /binaryninjacore.h | |
| parent | c9793998fcfa0ebf04cccb3937229b745ccb8bfd (diff) | |
Improved support for interactive flowgraphs.
Diffstat (limited to 'binaryninjacore.h')
| -rw-r--r-- | binaryninjacore.h | 4 |
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 |
