summaryrefslogtreecommitdiff
path: root/examples/triage/baseaddress.h
diff options
context:
space:
mode:
authorBrandon Miller <brandon@vector35.com>2024-04-22 15:42:38 -0400
committerBrandon Miller <bkmiller89@icloud.com>2024-04-25 10:56:18 -0400
commita365f6d72e6ab237bcf736dfcc5fd26e235a5c50 (patch)
tree95bbc499fd731d114cf73687bc3b6a122704037b /examples/triage/baseaddress.h
parent6d2f7cd7f26f1d80cd0f591e1901d7cb40e8979b (diff)
Changed meaning of base detection results table
Now the results table consists of a high level report on number of hits per POI type for each candidate base address. The rebase address LineEdit is auto-populated when the user clicks on a row
Diffstat (limited to 'examples/triage/baseaddress.h')
-rw-r--r--examples/triage/baseaddress.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/triage/baseaddress.h b/examples/triage/baseaddress.h
index 9a282f3e..5f3dbe98 100644
--- a/examples/triage/baseaddress.h
+++ b/examples/triage/baseaddress.h
@@ -82,6 +82,7 @@ class BaseAddressDetectionWidget : public QWidget
void HandleResults(const BaseAddressDetectionQtResults& results);
void HideResultsWidgets(bool hide);
void CreateAdvancedSettingsGroup();
+ void GetClickedBaseAddress(const QModelIndex& index);
public:
BaseAddressDetectionWidget(QWidget* parent, BinaryNinja::Ref<BinaryNinja::BinaryView> bv);