diff options
| author | Rusty Wagner <rusty@vector35.com> | 2019-01-29 19:52:52 -0500 |
|---|---|---|
| committer | Rusty Wagner <rusty@vector35.com> | 2019-01-30 16:09:12 -0500 |
| commit | 78fc76b12da21dae9be6c57d92e08691a533836f (patch) | |
| tree | 2652620541088abc6d8e50564b78f3571bc5f31b /binaryninjaapi.h | |
| parent | cbb196c27ff14928ac17bd97dc7a537726fbffed (diff) | |
Prepare API for Python UI bindings
Diffstat (limited to 'binaryninjaapi.h')
| -rw-r--r-- | binaryninjaapi.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/binaryninjaapi.h b/binaryninjaapi.h index 17069869..18645092 100644 --- a/binaryninjaapi.h +++ b/binaryninjaapi.h @@ -2715,6 +2715,7 @@ namespace BinaryNinja FlowGraphNode(FlowGraph* graph); FlowGraphNode(BNFlowGraphNode* node); + Ref<FlowGraph> GetGraph() const; Ref<BasicBlock> GetBasicBlock() const; void SetBasicBlock(BasicBlock* block); int GetX() const; |
