diff options
| author | Xusheng <xusheng@vector35.com> | 2020-09-18 18:35:27 +0800 |
|---|---|---|
| committer | Xusheng <xusheng@vector35.com> | 2020-10-15 12:50:02 +0800 |
| commit | cbe3ded641a0ce4b50ae447a4426b71f3e0f0119 (patch) | |
| tree | 339cff6f061f89a49a78f82626dd5601c448bf05 /ui/viewframe.h | |
| parent | d77c63efc16070868bf6eb87d274bf846f4440f7 (diff) | |
edit current line in linear view
add CanAssemble() to architectures
Diffstat (limited to 'ui/viewframe.h')
| -rw-r--r-- | ui/viewframe.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ui/viewframe.h b/ui/viewframe.h index 4d367074..b54ec8c0 100644 --- a/ui/viewframe.h +++ b/ui/viewframe.h @@ -258,6 +258,8 @@ public: static void registerActions(); static ViewFrame* viewFrameForWidget(QWidget* widget); + static bool lineHasInstructionToken(const BinaryNinja::DisassemblyTextLine& line); + static QString getDisassemblyText(const std::vector<BinaryNinja::DisassemblyTextLine>& lines); public Q_SLOTS: virtual void assemble(); |
