diff options
| author | Brian Potchik <brian@vector35.com> | 2017-08-22 12:02:56 -0400 |
|---|---|---|
| committer | Brian Potchik <brian@vector35.com> | 2017-08-22 12:02:56 -0400 |
| commit | 7f3efa01f053e19549c480a770728085900c2131 (patch) | |
| tree | 077ec5c15c34b4f5ad08c6f47476f6695a439db4 /binaryninjaapi.h | |
| parent | 207640bcbc5d0ee8639c2b6de0bef9e3c4eadeeb (diff) | |
Add BasicBlock CanExit Accessor.
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 a1b31089..e16679cc 100644 --- a/binaryninjaapi.h +++ b/binaryninjaapi.h @@ -2036,6 +2036,7 @@ namespace BinaryNinja std::vector<BasicBlockEdge> GetOutgoingEdges() const; std::vector<BasicBlockEdge> GetIncomingEdges() const; bool HasUndeterminedOutgoingEdges() const; + bool CanExit() const; std::set<Ref<BasicBlock>> GetDominators() const; std::set<Ref<BasicBlock>> GetStrictDominators() const; |
