diff options
| author | Glenn Smith <glenn@vector35.com> | 2022-10-23 16:58:13 -0400 |
|---|---|---|
| committer | Peter LaFosse <peter@vector35.com> | 2022-11-10 16:19:13 -0500 |
| commit | 45b94b961b0776339d258194fdab1555227c8d02 (patch) | |
| tree | d7384c4fbf89700670e783457c16d2ae7a14ea5e | |
| parent | 54c1e0c8a956e753f2ce0cb5564d24a01e74fab2 (diff) | |
Show Type Casts disassembly setting
| -rw-r--r-- | binaryninjacore.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/binaryninjacore.h b/binaryninjacore.h index ee5fe260..8fee4b80 100644 --- a/binaryninjacore.h +++ b/binaryninjacore.h @@ -631,6 +631,7 @@ extern "C" ShowRegisterHighlight = 7, ShowFunctionAddress = 8, ShowFunctionHeader = 9, + ShowTypeCasts = 10, // Linear disassembly options GroupLinearDisassemblyFunctions = 64, |
