index
:
public/binaryninja-api.git
extended-rust-llil
[no description]
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
python
/
examples
/
triage
Age
Commit message (
Collapse
)
Author
2026-04-15
[Python API] Replace bare "except:" with "except Exception:" to fix signal ↵
Josh Ferrell
propagation
2026-01-01
add whole-file entropy calculation to triage
Jordan Wiens
2025-12-18
entropy tooltip showing offset and fix python version
Jordan Wiens
2025-12-18
fix triage entropy graph navigation for mapped files
Jordan Wiens
2025-11-04
Update FilterEdit and FilterTarget to preserve existing selections
Mark 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-02
update to get python triage example working on recent builds
Jordan Wiens
2022-10-17
documentation overhaul
Jordan Wiens
2022-05-14
remove more vestigal py2 code
Jordan Wiens
2021-09-08
update triage plugin to work with 3.0 api refactor
Jordan Wiens
2021-09-05
Refactor Python Types
Peter LaFosse
Remove _mutable types
2021-08-19
convert sample python triage plugin to PySide6
Jordan Wiens
2020-09-15
Add support for custom flowgraph edges
Peter LaFosse
2020-07-03
Allow triage view navigation via featuremap for firmwares with no entry point.
Brian Potchik
2019-08-28
add preference for showing hidden files in triage
Jordan Wiens
2019-07-24
small typo fixup in triage tool
Jordan Wiens
2019-06-13
Initial rebase on file load support.
Brian Potchik
2019-05-24
Limit size of entropy image to fix crash
Rusty Wagner
2019-05-21
Bring Python triage plugin changes to C++, don't default to raw files always ↵
Rusty Wagner
opening in triage view
2019-04-22
Updates to support get_ssa function returning Instructions instead of indices.
Brian Potchik
2019-04-18
add readme for triage example plugin
Jordan Wiens
2019-04-11
Added filters to TriageFilePicker to show hidden files and folders
Alex Mullins
2019-04-09
add support for resolving dynamic function loads to triage view
Jordan Wiens
2019-04-02
Add a C++ version of the triage plugin (no Makefile yet)
Rusty Wagner
2019-03-28
Cleanup setting IDs for new UI plugins.
Brian Potchik
2019-03-27
Add API for adding a new type of file open button on the new tab page
Rusty Wagner
2019-03-27
Fix an issue with keyboard shortcuts when imports/exports list is active
Rusty Wagner
2019-03-27
Fix navigation for raw file mode of triage view.
Brian Potchik
2019-03-26
Add BinaryDataNavigable API to View which enables FeatureMap/UI Plugin ↵
Brian Potchik
navigation.
2019-03-20
Fix Python 2 issue in triage plugin
Rusty Wagner
2019-03-20
Fix some bugs in triage plugin
Rusty Wagner
2019-03-20
Filters for imports and exports in triage view
Rusty Wagner
2019-03-20
Updated triage example
Rusty Wagner
2019-03-20
Initial example triage UI plugin
Rusty Wagner