summaryrefslogtreecommitdiff
path: root/rust/tests/interaction.rs
AgeCommit message (Collapse)Author
2025-10-07[Rust] Fix save file dialog not respecting default file pathMason Reed
Fixes https://github.com/Vector35/binaryninja-api/issues/7268
2025-07-06[Rust] Make `ReportCollection::add_*` optionally take a viewMason Reed
To allow for creating reports outside the context of a view
2025-05-12[Rust] Interaction handler API fixesMason Reed
2025-05-12[Rust] Implement custom interactive handlerrbran