summaryrefslogtreecommitdiff
path: root/python/examples/triage/view.py
AgeCommit message (Collapse)Author
2026-04-15[Python API] Replace bare "except:" with "except Exception:" to fix signal ↵Josh Ferrell
propagation
2026-01-01add whole-file entropy calculation to triageJordan Wiens
2025-12-18fix triage entropy graph navigation for mapped filesJordan Wiens
2024-10-02update to get python triage example working on recent buildsJordan Wiens
2021-08-19convert sample python triage plugin to PySide6Jordan Wiens
2020-07-03Allow triage view navigation via featuremap for firmwares with no entry point.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-09add support for resolving dynamic function loads to triage viewJordan Wiens
2019-04-02Add a C++ version of the triage plugin (no Makefile yet)Rusty Wagner
2019-03-28Cleanup setting IDs for new UI plugins.Brian Potchik
2019-03-27Fix an issue with keyboard shortcuts when imports/exports list is activeRusty Wagner
2019-03-27Fix navigation for raw file mode of triage view.Brian Potchik
2019-03-20Updated triage exampleRusty Wagner
2019-03-20Initial example triage UI pluginRusty Wagner