From 0911568293968626737281193706755773769970 Mon Sep 17 00:00:00 2001 From: Glenn Smith Date: Wed, 1 May 2024 01:24:28 -0400 Subject: Add address display mode options --- binaryninjaapi.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'binaryninjaapi.h') 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); }; /*! -- cgit v1.3.1