diff options
| author | Andrew Lamoureux <andrew@vector35.com> | 2021-11-06 06:32:56 -0400 |
|---|---|---|
| committer | Andrew Lamoureux <andrew@vector35.com> | 2021-11-06 06:32:56 -0400 |
| commit | a98466927f39c3a413583f0d4c99aca33a2bacb3 (patch) | |
| tree | adf7b4f86923c3e06db332dcbd547c27b76fbdb6 /ui | |
| parent | 719ec9860158123d229dd729993834c66b13d8c9 (diff) | |
export linear disasm
Diffstat (limited to 'ui')
| -rw-r--r-- | ui/linearview.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ui/linearview.h b/ui/linearview.h index fa814383..bca85e1b 100644 --- a/ui/linearview.h +++ b/ui/linearview.h @@ -315,6 +315,7 @@ public: virtual BinaryViewRef getData() override { return m_data; } void getCurrentOffsetByType(TypeRef resType, uint64_t baseAddr, uint64_t& begin, uint64_t& end, bool singleLine); + virtual DisassemblySettingsRef getSettings(); virtual uint64_t getCurrentOffset() override; virtual UIActionContext actionContext() override; virtual BNAddressRange getSelectionOffsets() override; |
