summaryrefslogtreecommitdiff
path: root/examples/triage/view.cpp
AgeCommit message (Collapse)Author
2026-03-05Parse and display PE resource information in triage view. Fix ↵Xusheng
https://github.com/Vector35/binaryninja-api/issues/4052, fix https://github.com/Vector35/binaryninja-api/issues/5607
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-19only show libraries in triage if appropriateJordan Wiens
2025-12-19triage view responsive layoutJordan Wiens
2025-12-18add go-to address support in native triage viewJordan Wiens
2025-12-18fix triage entropy graph navigation for mapped filesJordan Wiens
2025-04-16Clean up navigable views and prioritiesGlenn Smith
2025-03-31TriageView setBinaryDataNavigable based on m_byteViewPeter LaFosse
2024-12-05Add entry functions in triage viewZichuan Li
2024-08-02Support setting user global pointer valueXusheng
2024-06-04Display BASE widget for all file typesBrandon Miller
Display BASE widget in Triage:Raw (all types) and Triage:Mapped
2024-04-25Base address detection widget in Triage viewBrandon Miller
Initial implementation of base address detection UI widget in triage summary
2023-01-05added string list for triage viewop2786
2022-09-29Add 'Libraries' group to Triage summaryPeter LaFosse
2022-07-04Default triage offset to bv entryJosh F
2022-02-07Triage view: respect "prefer graph view" settingGlenn Smith
Closes #2941
2022-01-28Format All FilesKyleMiles
2021-10-06TriageView: path, size, md5, sha1, sha256rose
2021-07-28Add sidebar and move some dock widgets to itRusty Wagner
2020-08-27make setSelectionOffsets() pure virtualXusheng
2020-07-03Allow triage view navigation via featuremap for firmwares with no entry point.Brian Potchik
2020-05-29Update to Qt 5.15Rusty Wagner
2020-04-24Add intermediate analysis mode.Brian Potchik
2019-08-02Refactor settings system to be reference counted.Brian Potchik
2019-05-21Bring Python triage plugin changes to C++, don't default to raw files always ↵Rusty Wagner
opening in triage view
2019-04-02Add a C++ version of the triage plugin (no Makefile yet)Rusty Wagner