From 5251311429098718270521173399182024516326 Mon Sep 17 00:00:00 2001 From: Glenn Smith Date: Tue, 14 Feb 2023 17:51:58 -0500 Subject: ShowILOpcodes to show what the IL operations are --- binaryninjacore.h | 3 +++ 1 file changed, 3 insertions(+) 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, -- cgit v1.3.1