diff options
| -rw-r--r-- | binaryninjacore.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/binaryninjacore.h b/binaryninjacore.h index 2fcf82c6..193b95e9 100644 --- a/binaryninjacore.h +++ b/binaryninjacore.h @@ -732,6 +732,7 @@ extern "C" ShowStackPointer = 129, ShowILTypes = 130, ShowILOpcodes = 131, + ShowCollapseIndicators = 132, } BNDisassemblyOption; typedef enum BNDisassemblyAddressMode |
