summaryrefslogtreecommitdiff
path: root/binaryninjacore.h
diff options
context:
space:
mode:
Diffstat (limited to 'binaryninjacore.h')
-rw-r--r--binaryninjacore.h4
1 files changed, 3 insertions, 1 deletions
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