diff options
| author | Rusty Wagner <rusty@vector35.com> | 2017-06-27 22:44:07 -0400 |
|---|---|---|
| committer | Rusty Wagner <rusty@vector35.com> | 2017-06-27 22:44:07 -0400 |
| commit | 5352b89b827c4f33fadbb21be19222eb2b714cc4 (patch) | |
| tree | da453e497860a69af149b64b2b23ba750bd56007 /binaryninjacore.h | |
| parent | cca0fe6ea60eb7f6b35cc433a6fff96cc65b3ff8 (diff) | |
Compute back edges in the core
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 |
