diff options
| author | Rusty Wagner <rusty@vector35.com> | 2020-04-21 20:21:46 -0400 |
|---|---|---|
| committer | Rusty Wagner <rusty@vector35.com> | 2020-04-21 20:21:46 -0400 |
| commit | e776b333948271f83ff427c11954712688feb02d (patch) | |
| tree | 65bd65be10a92e50de8ab976d3e36e50e49465f0 | |
| parent | ceafa572d0a05cc9afa0f19838f28174aeea5e46 (diff) | |
Support for adding HLIL instruction highlighting
| -rw-r--r-- | ui/linearview.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ui/linearview.h b/ui/linearview.h index 192ba178..e62b0b75 100644 --- a/ui/linearview.h +++ b/ui/linearview.h @@ -179,6 +179,8 @@ class BINARYNINJAUIAPI LinearView: public QAbstractScrollArea, public View, publ void updateAnalysisRequestorsForCache(); + ArchitectureRef getArchitecture(const LinearViewLine& line); + private Q_SLOTS: void viewInHexEditor(); void viewInGraph(); |
