diff options
| author | Glenn Smith <glenn@vector35.com> | 2024-05-01 01:24:28 -0400 |
|---|---|---|
| committer | Glenn Smith <glenn@vector35.com> | 2024-05-02 17:12:33 -0400 |
| commit | 0911568293968626737281193706755773769970 (patch) | |
| tree | 0f78d67b98046e6fb75f7785f61d223e817150d2 /binaryninjaapi.h | |
| parent | ee9248c0f7144d9925e600be03f37fa155f51aef (diff) | |
Add address display mode options
Diffstat (limited to 'binaryninjaapi.h')
| -rw-r--r-- | binaryninjaapi.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/binaryninjaapi.h b/binaryninjaapi.h index 803ebf76..5ec190b2 100644 --- a/binaryninjaapi.h +++ b/binaryninjaapi.h @@ -2266,6 +2266,7 @@ namespace BinaryNinja { TextToken Used for anything not of another type. CommentToken Comments TypeNameToken **Not emitted by architectures** + AddressSeparatorToken **Not emitted by architectures** ========================== ============================================ */ struct InstructionTextToken @@ -9699,6 +9700,8 @@ namespace BinaryNinja { void SetMaximumSymbolWidth(size_t width); size_t GetGutterWidth() const; void SetGutterWidth(size_t width); + BNDisassemblyAddressMode GetAddressMode() const; + void SetAddressMode(BNDisassemblyAddressMode mode); }; /*! |
