summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGlenn Smith <glenn@vector35.com>2023-02-14 17:51:58 -0500
committerGlenn Smith <glenn@vector35.com>2023-02-14 19:41:54 -0500
commit5251311429098718270521173399182024516326 (patch)
treed205c42d13f2ab0f5a84c7003441d9d6fcdf5b41
parent7829801632556958526537447495764541534147 (diff)
ShowILOpcodes to show what the IL operations are
-rw-r--r--binaryninjacore.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/binaryninjacore.h b/binaryninjacore.h
index 496dec68..a87a5535 100644
--- a/binaryninjacore.h
+++ b/binaryninjacore.h
@@ -348,6 +348,7 @@ extern "C"
IndentationToken = 33,
UnknownMemoryToken = 34,
EnumerationMemberToken = 35,
+ OperationToken = 36,
// The following are output by the analysis system automatically, these should
// not be used directly by the architecture plugins
CodeSymbolToken = 64,
@@ -660,6 +661,7 @@ extern "C"
ShowFlagUsage = 128,
ShowStackPointer = 129,
ShowILTypes = 130,
+ ShowILOpcodes = 131,
};
enum BNTypeClass
@@ -1787,6 +1789,7 @@ extern "C"
NameSpaceSeparatorColor,
GotoLabelColor,
CommentColor,
+ OperationColor,
// Script console colors
ScriptConsoleOutputColor,