diff options
| author | Brandon Miller <brandon@vector35.com> | 2024-05-31 13:33:09 -0400 |
|---|---|---|
| committer | Brandon Miller <brandon@vector35.com> | 2024-06-04 07:36:54 -0400 |
| commit | def0569c3e235c02e4db6c34e9c0e49cdfb7a272 (patch) | |
| tree | aa9bb55a77c1d9fde98fd53bca6d65d49e380e9e /examples/triage/baseaddress.h | |
| parent | 437e5e1eac509b1da198ee9fe294fec4e71b7758 (diff) | |
BASE rebase navigation for non-mapped views
Diffstat (limited to 'examples/triage/baseaddress.h')
| -rw-r--r-- | examples/triage/baseaddress.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/examples/triage/baseaddress.h b/examples/triage/baseaddress.h index 5f3dbe98..ba512ff1 100644 --- a/examples/triage/baseaddress.h +++ b/examples/triage/baseaddress.h @@ -6,12 +6,14 @@ #include <QtWidgets/QComboBox> #include <QtWidgets/QTableWidget> #include <QHeaderView> +#include <QCoreApplication> #include "theme.h" #include "fontsettings.h" #include "expandablegroup.h" #include "viewframe.h" #include "binaryninjaapi.h" #include "binaryninjacore.h" +#include "progresstask.h" struct BaseAddressDetectionQtInputs { @@ -77,6 +79,7 @@ class BaseAddressDetectionWidget : public QWidget ExpandableGroup* m_advancedSettingsGroup; void DetectBaseAddress(); + const std::string GetRebaseViewName(); void RebaseWithFullAnalysis(); void Abort(); void HandleResults(const BaseAddressDetectionQtResults& results); |
