summaryrefslogtreecommitdiff
path: root/examples/triage/baseaddress.cpp
AgeCommit message (Collapse)Author
2025-12-18truncate long paths in triage view and prevent the UI from moving when ↵Jordan Wiens
starting BASE
2025-04-25std::function<bool(size_t,size_t)> ==> ProgressFunctionGlenn Smith
2025-03-21Fix memory leak in base address detectionBrandon Miller
2025-02-13Set default analysis level in BASE to fullBrandon Miller
2024-07-03Remove all places where the code checks for the view name "Debugger"Xusheng
2024-06-04BASE rebase navigation for non-mapped viewsBrandon Miller
2024-04-25Removed unused function in base detectionBrandon 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-25Base detection rebase navigation improvementBrandon Miller
Now is able to correctly navigate from raw triage summary to mapped linear view when starting analysis from the identified base address
2024-04-25Using ParseExpression to parse numeric inputsBrandon Miller
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