summaryrefslogtreecommitdiff
path: root/examples/triage
AgeCommit message (Expand)Author
2026-06-02Add support for multiple global pointer registersBrandon Miller
2026-05-19Fix leaks due to missing parenting of Qt objectsMark Rowe
2026-03-05Parse and display PE resource information in triage view. Fix https://github....Xusheng
2026-02-06Add regex and case sensitivity options to FilterEditJosh Ferrell
2026-01-01add whole-file entropy calculation to triageJordan Wiens
2025-12-20fix regression that broke feature map navigation from triage viewJordan Wiens
2025-12-20fix regression that prevented backing up from triage viewJordan Wiens
2025-12-19update section list in triage when section list changesJordan Wiens
2025-12-19only show libraries in triage if appropriateJordan Wiens
2025-12-19fix strings missing race conditionJordan Wiens
2025-12-19triage view responsive layoutJordan Wiens
2025-12-19make remaining triage header items use copylabelJordan Wiens
2025-12-19differentiate between 0x0 entry and no entryJordan Wiens
2025-12-19skip bndb in triage file pickerJordan Wiens
2025-12-18add go-to address support in native triage viewJordan Wiens
2025-12-18entropy tooltip showing offset and fix python versionJordan Wiens
2025-12-18fix triage entropy graph navigation for mapped filesJordan Wiens
2025-12-18truncate long paths in triage view and prevent the UI from moving when starti...Jordan Wiens
2025-11-04Update FilterEdit and FilterTarget to preserve existing selectionsMark Rowe
2025-10-17Make Triage Summary tables multi-select + copyable.Alexander Taylor
2025-09-09Fix and optimize triage view hash calculations for large files.Brian Potchik
2025-07-30[CMake] Specify CONFIGURE_DEPENDS for all file(GLOB ..)Mark Rowe
2025-07-10Fix the Triage Summary view's exports list to only update when visibleMark Rowe
2025-07-03Change 'Path' to 'Path on disk' in triage summaryAlexander Khosrowshahi
2025-07-03Add GetPathInProject() to core APIAlexander Khosrowshahi
2025-06-25Fix cxx20 compiler warnings.Alexander Taylor
2025-06-25Update CXX_STANDARD to 20.Alexander Taylor
2025-05-13[CMake] Report compatibility with 3.15 to silence deprecation warningsGlenn Smith
2025-04-25std::function<bool(size_t,size_t)> ==> ProgressFunctionGlenn Smith
2025-04-16Clean up navigable views and prioritiesGlenn Smith
2025-04-04Also include library in triage imports filter.Alexander Taylor
2025-03-31TriageView setBinaryDataNavigable based on m_byteViewPeter LaFosse
2025-03-21Fix memory leak in base address detectionBrandon Miller
2025-02-13Set default analysis level in BASE to fullBrandon Miller
2025-01-23Fix CopyableLabel filename.Brian Potchik
2025-01-16Offload triage view hash calculations from the main thread.Brian Potchik
2024-12-05Add entry functions in triage viewZichuan Li
2024-09-19Fix font in triage imports listJosh Ferrell
2024-09-13Ultimate.Alexander Taylor
2024-08-11Fix crash in triage view when opening with no default calling conventionMason Reed
2024-08-06Fix crash in triage view if binary view has no default platformMason Reed
2024-08-02Support setting user global pointer valueXusheng
2024-07-18MemoryMap update with new segment model.Brian Potchik
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-06-04Display BASE widget for all file typesBrandon Miller
2024-04-25Removed unused function in base detectionBrandon Miller
2024-04-25Changed meaning of base detection results tableBrandon Miller
2024-04-25Base detection rebase navigation improvementBrandon Miller
2024-04-25Using ParseExpression to parse numeric inputsBrandon Miller