diff options
| -rw-r--r-- | binaryninjacore.h | 2 |
1 files changed, 2 insertions, 0 deletions
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 |
