diff options
Diffstat (limited to 'binaryninjacore.h')
| -rw-r--r-- | binaryninjacore.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/binaryninjacore.h b/binaryninjacore.h index 8880747c..d053eb2b 100644 --- a/binaryninjacore.h +++ b/binaryninjacore.h @@ -1021,6 +1021,7 @@ extern "C" { BNBranchType type; BNBasicBlock* target; + bool backEdge; }; struct BNPoint @@ -1035,6 +1036,7 @@ extern "C" BNBasicBlock* target; BNPoint* points; size_t pointCount; + bool backEdge; }; struct BNDisassemblyTextLine |
