From 42e168dd4855735c891719a2e4265fd730f0def4 Mon Sep 17 00:00:00 2001 From: Rusty Wagner Date: Tue, 19 Apr 2016 22:48:59 -0400 Subject: Add unique token for addresses relative to instruction pointer --- binaryninjacore.h | 1 + 1 file changed, 1 insertion(+) diff --git a/binaryninjacore.h b/binaryninjacore.h index 49ed4e2c..ba662049 100644 --- a/binaryninjacore.h +++ b/binaryninjacore.h @@ -154,6 +154,7 @@ extern "C" EndMemoryOperandToken = 7, FloatingPointToken = 8, AnnotationToken = 9, + CodeRelativeAddressToken = 10, // The following are output by the analysis system automatically, these should // not be used directly by the architecture plugins -- cgit v1.3.1