diff options
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 |
