diff options
| author | Rusty Wagner <rusty@vector35.com> | 2017-07-21 16:26:38 -0400 |
|---|---|---|
| committer | Rusty Wagner <rusty@vector35.com> | 2017-07-21 16:26:38 -0400 |
| commit | 23091d4734fede77b4da90bc14d5ba2e49b33fc2 (patch) | |
| tree | 0fd984c8549572a62a2d03b53eba190322267c96 | |
| parent | bf9d72bbae638a42f0b93a9053dffcb1f5e79ff3 (diff) | |
Provide options for controlling the display of variable types
| -rw-r--r-- | binaryninjacore.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/binaryninjacore.h b/binaryninjacore.h index 2b758a94..9bca447d 100644 --- a/binaryninjacore.h +++ b/binaryninjacore.h @@ -416,6 +416,9 @@ extern "C" ShowAddress = 0, ShowOpcode = 1, ExpandLongOpcode = 2, + ShowVariablesAtTopOfGraph = 3, + ShowVariableTypesWhenAssigned = 4, + ShowDefaultRegisterTypes = 5, // Linear disassembly options GroupLinearDisassemblyFunctions = 64, |
