From eb2ba156a6dc7654e143d46f79384066a2e5e4a3 Mon Sep 17 00:00:00 2001 From: Rusty Wagner Date: Mon, 30 May 2016 21:17:40 -0400 Subject: Adding data flow state for comparison results --- binaryninjacore.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/binaryninjacore.h b/binaryninjacore.h index 39ee7e98..41388a98 100644 --- a/binaryninjacore.h +++ b/binaryninjacore.h @@ -362,7 +362,8 @@ extern "C" OffsetFromUndeterminedValue, SignedRangeValue, UnsignedRangeValue, - LookupTableValue + LookupTableValue, + ComparisonResultValue }; struct BNLookupTableEntry -- cgit v1.3.1