diff options
| author | Peter LaFosse <peter@vector35.com> | 2024-10-24 16:11:02 -0400 |
|---|---|---|
| committer | Peter LaFosse <peter@vector35.com> | 2024-10-24 16:11:02 -0400 |
| commit | 3c135476da081b47cfa4367ab722ce4973836186 (patch) | |
| tree | ccbbdf2c58a3cb28a7b9e9052ba52e351dd84460 | |
| parent | f9d1f62e4b2def4d9739d7ee3b8fb01bca556f2c (diff) | |
Add disassembly setting to allow/disallow rendering of collapse tokens
| -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 |
