summaryrefslogtreecommitdiff
path: root/python/examples/triage/imports.py
AgeCommit message (Collapse)Author
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
2021-09-05Refactor Python TypesPeter LaFosse
Remove _mutable types
2021-08-19convert sample python triage plugin to PySide6Jordan Wiens
2019-04-22Updates to support get_ssa function returning Instructions instead of indices.Brian Potchik
2019-04-09add support for resolving dynamic function loads to triage viewJordan Wiens
2019-03-27Fix an issue with keyboard shortcuts when imports/exports list is activeRusty 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