summaryrefslogtreecommitdiff
path: root/examples/triage/baseaddress.h
AgeCommit message (Collapse)Author
2025-03-21Fix memory leak in base address detectionBrandon Miller
2024-06-04BASE rebase navigation for non-mapped viewsBrandon Miller
2024-04-25Changed meaning of base detection results tableBrandon Miller
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
2024-04-25Simplified base address detection UIBrandon Miller
Moved advanced settings to expandable group and no longer display results items until analysis completes
2024-04-25Hiding base detection results widgets before runBrandon Miller
2024-04-25Querying candidate base address reasonsBrandon Miller
Querying vector of reason information for a candidate base address using the new core API
2024-04-25Base address detection widget in Triage viewBrandon Miller
Initial implementation of base address detection UI widget in triage summary