diff options
| author | Glenn Smith <glenn@vector35.com> | 2021-04-02 23:17:21 -0400 |
|---|---|---|
| committer | Glenn Smith <glenn@vector35.com> | 2021-04-27 23:48:36 -0400 |
| commit | 4567dee5d8cee82dfdcd21befedc99296f8cf623 (patch) | |
| tree | 9f2b7571c000c18134edfd990d765a9154368d85 /binaryninjacore.h | |
| parent | 40a15324dd43c38775230112d7ca28a7c3a8ff91 (diff) | |
Add disassembly options: show function address/indent HLIL functions
Diffstat (limited to 'binaryninjacore.h')
| -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 |
