diff options
| author | Rusty Wagner <rusty@vector35.com> | 2017-02-18 00:41:37 -0500 |
|---|---|---|
| committer | Rusty Wagner <rusty@vector35.com> | 2017-02-18 00:41:37 -0500 |
| commit | 96f6bc8a3099754bf79a05af7a1ec342f8030335 (patch) | |
| tree | 9ff52b5339140d453fb0163a0eb7bba3501d0a27 /binaryninjaapi.h | |
| parent | c46c3a9540f4d15eff8aa9660df69e374f7fd2f5 (diff) | |
Add back edge property to block edges
Diffstat (limited to 'binaryninjaapi.h')
| -rw-r--r-- | binaryninjaapi.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/binaryninjaapi.h b/binaryninjaapi.h index ea9d3972..6a23fd13 100644 --- a/binaryninjaapi.h +++ b/binaryninjaapi.h @@ -1802,6 +1802,8 @@ namespace BinaryNinja void SetUserBasicBlockHighlight(BNHighlightStandardColor color, BNHighlightStandardColor mixColor, uint8_t mix, uint8_t alpha = 255); void SetUserBasicBlockHighlight(uint8_t r, uint8_t g, uint8_t b, uint8_t alpha = 255); + + static bool IsBackEdge(BasicBlock* source, BasicBlock* target); }; struct StackVariable |
