index
:
public/binaryninja-api.git
extended-rust-llil
[no description]
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
interaction.cpp
Age
Commit message (
Collapse
)
Author
2025-12-16
Add more reserve calls
Scott Lagler
2025-06-30
Add Checkbox input support to python api
Alexander Khosrowshahi
2025-04-25
std::function<bool(size_t,size_t)> ==> ProgressFunction
Glenn Smith
2024-08-20
Update progress functions to use BNProgressFunction typedef
Josh Ferrell
2023-11-14
Fix a number of leaks and bad uses of free in the api
Glenn Smith
See https://github.com/Vector35/binaryninja-api/issues/4751
2023-11-01
Add interaction.get_large_choice_input for large numbers of options
kat
2022-11-10
Include C++ standard headers
Christian Blichmann
When compiling in C++ mode, the C++ standard library headers should be included instead of their C counterparts. Drive-by: - Removed include of `json/json.h` from `settings.cpp`, where it was not used
2022-09-29
Interaction::RunProgressDialog
Glenn Smith
2022-01-28
Format All Files
KyleMiles
2021-11-18
Enterprise apis and support
Glenn Smith
Also secrets provider + openUrl
2021-08-04
Add query mode to flow graph reports.
Brian Potchik
2021-06-18
Interactions: add default form values
Glenn Smith
2018-11-28
Fix warning, expose PluginType api
Peter LaFosse
2018-11-26
Dont auto convert Markdown reports to html
Peter LaFosse
2018-08-17
Fix report collection reference count bug and add debug report support
Rusty Wagner
2018-08-14
Modify flow graph API to support multiple layout requests for a single graph
Rusty Wagner
2018-07-13
Add ability to update custom flow graphs
Rusty Wagner
2018-06-04
Generic flow graph API and report collections
Rusty Wagner
2017-11-12
Removed unneeded shadowed variabled
Peter LaFosse
2016-09-22
Adding API to create simple dialogs with multiple input fields
Rusty Wagner
2016-09-19
Add API for showing a message box in the UI
Rusty Wagner
2016-09-16
Add APIs for user interaction from plugins
Rusty Wagner