From 4567dee5d8cee82dfdcd21befedc99296f8cf623 Mon Sep 17 00:00:00 2001 From: Glenn Smith Date: Fri, 2 Apr 2021 23:17:21 -0400 Subject: Add disassembly options: show function address/indent HLIL functions --- binaryninjacore.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/binaryninjacore.h b/binaryninjacore.h index f47b2852..efea4444 100644 --- a/binaryninjacore.h +++ b/binaryninjacore.h @@ -585,11 +585,13 @@ extern "C" ShowDefaultRegisterTypes = 5, ShowCallParameterNames = 6, ShowRegisterHighlight = 7, + ShowFunctionAddress = 8, // Linear disassembly options GroupLinearDisassemblyFunctions = 64, HighLevelILLinearDisassembly = 65, WaitForIL = 66, + IndentHLILBody = 67, // Debugging options ShowFlagUsage = 128 -- cgit v1.3.1