From 5352b89b827c4f33fadbb21be19222eb2b714cc4 Mon Sep 17 00:00:00 2001 From: Rusty Wagner Date: Tue, 27 Jun 2017 22:44:07 -0400 Subject: Compute back edges in the core --- binaryninjacore.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'binaryninjacore.h') 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 -- cgit v1.3.1