From 2fd16f7a4606d3a597528bff8124ab7b0654d902 Mon Sep 17 00:00:00 2001 From: Rusty Wagner Date: Fri, 1 May 2020 22:02:25 -0400 Subject: Add additional context on integer tokens --- binaryninjacore.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'binaryninjacore.h') diff --git a/binaryninjacore.h b/binaryninjacore.h index 97cdf853..a78e5b3b 100644 --- a/binaryninjacore.h +++ b/binaryninjacore.h @@ -271,7 +271,9 @@ extern "C" NoTokenContext = 0, LocalVariableTokenContext = 1, DataVariableTokenContext = 2, - FunctionReturnTokenContext = 3 + FunctionReturnTokenContext = 3, + InstructionAddressTokenContext = 4, + ILInstructionIndexTokenContext = 5 }; enum BNLinearDisassemblyLineType -- cgit v1.3.1