diff options
| author | Brian Potchik <brian@vector35.com> | 2018-11-05 16:10:40 -0500 |
|---|---|---|
| committer | Brian Potchik <brian@vector35.com> | 2018-11-05 16:10:40 -0500 |
| commit | bdda26803d3a140abf0aad30b5a26584c605a067 (patch) | |
| tree | 45051ac36b9896731896e0fb5a3b7472bd231d60 /binaryninjaapi.h | |
| parent | 2d63f0bb95c18b4379d6bf26810ccc8f8a19f64c (diff) | |
Provide fall-through indication in BasicBlockEdge info.
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 1fdb74d2..3008c2d6 100644 --- a/binaryninjaapi.h +++ b/binaryninjaapi.h @@ -2362,6 +2362,7 @@ namespace BinaryNinja BNBranchType type; Ref<BasicBlock> target; bool backEdge; + bool fallThrough; }; class BasicBlock: public CoreRefCountObject<BNBasicBlock, BNNewBasicBlockReference, BNFreeBasicBlock> |
