summaryrefslogtreecommitdiff
path: root/python/examples/triage
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-18entropy tooltip showing offset and fix python versionJordan Wiens
2025-12-18fix triage entropy graph navigation for mapped filesJordan Wiens
2025-11-04Update FilterEdit and FilterTarget to preserve existing selectionsMark Rowe
The down and enter keys now preserve an existing selection in the associated list or table views, rather than unconditionally selecting or activating the first item.
2024-10-02update to get python triage example working on recent buildsJordan Wiens
2022-10-17documentation overhaulJordan Wiens
2022-05-14remove more vestigal py2 codeJordan Wiens
2021-09-08update triage plugin to work with 3.0 api refactorJordan Wiens
2021-09-05Refactor Python TypesPeter LaFosse
Remove _mutable types
2021-08-19convert sample python triage plugin to PySide6Jordan Wiens
2020-09-15Add support for custom flowgraph edgesPeter LaFosse
2020-07-03Allow triage view navigation via featuremap for firmwares with no entry point.Brian Potchik
2019-08-28add preference for showing hidden files in triageJordan Wiens
2019-07-24small typo fixup in triage toolJordan Wiens
2019-06-13Initial rebase on file load support.Brian Potchik
2019-05-24Limit size of entropy image to fix crashRusty Wagner
2019-05-21Bring Python triage plugin changes to C++, don't default to raw files always ↵Rusty Wagner
opening in triage view
2019-04-22Updates to support get_ssa function returning Instructions instead of indices.Brian Potchik
2019-04-18add readme for triage example pluginJordan Wiens
2019-04-11Added filters to TriageFilePicker to show hidden files and foldersAlex Mullins
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-27Add API for adding a new type of file open button on the new tab pageRusty Wagner
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-26Add BinaryDataNavigable API to View which enables FeatureMap/UI Plugin ↵Brian Potchik
navigation.
2019-03-20Fix Python 2 issue in triage pluginRusty Wagner
2019-03-20Fix some bugs in triage pluginRusty Wagner
2019-03-20Filters for imports and exports in triage viewRusty Wagner
2019-03-20Updated triage exampleRusty Wagner
2019-03-20Initial example triage UI pluginRusty Wagner