summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRusty Wagner <rusty@vector35.com>2016-05-30 21:17:40 -0400
committerRusty Wagner <rusty@vector35.com>2016-05-30 21:17:40 -0400
commiteb2ba156a6dc7654e143d46f79384066a2e5e4a3 (patch)
tree64b4dbbb39091a643518fca85acdd501f66cd335
parent56d270363e63b45c2032f4e73d02f9e2a92c76c2 (diff)
Adding data flow state for comparison results
-rw-r--r--binaryninjacore.h3
1 files changed, 2 insertions, 1 deletions
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