index
:
public/binaryninja-api.git
extended-rust-llil
[no description]
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
scriptingprovider.cpp
Age
Commit message (
Collapse
)
Author
2026-05-18
Argument Assist Popup
0cyn
2025-12-16
Add more reserve calls
Scott Lagler
2025-06-13
Fix misc memory leaks in C++ API
Mason Reed
2023-08-17
Ensure consistent lifetimes for UI-accessible BinaryView instances in Python.
Brian Potchik
2023-03-29
Add support for warnings to ScriptingInstance
Josh Ferrell
2023-02-08
Clean up possible early deletion issues in API callbacks
Rusty Wagner
2022-09-08
Fix memory leak issue related to ScriptingInstance. Close ↵
Xusheng
https://github.com/Vector35/binaryninja-api/issues/3461.
2022-06-16
Add support for executing scripts from files
kat
2022-04-28
Fix lifetimes in ScriptingInstance::CompleteInputCallback
Josh F
2022-04-11
Prevent crash when ScriptingInstance::CompleteInput returns nullptr
Josh F
2022-01-28
Format All Files
KyleMiles
2022-01-22
Fix leak of scripting instances when new windows are created
Rusty Wagner
2021-03-02
Add ability to install python dependencies
Peter LaFosse
Refactor plugin repo loading into scripting provider. Find python binary for given python library
2019-07-29
Input completion through python
Glenn Smith
2019-05-10
Fix some double free bugs in API
Rusty Wagner
2019-01-29
Add cancelScript api for scriptingProvider
Peter LaFosse
2018-08-15
Expose ScriptingProvider name in C++ bindings
Ryan Snyder
2018-08-10
Fix ScriptingProvider reference counting and instance cleanup.
Brian Potchik
2016-08-18
Add Python script provider for UI Python console
Rusty Wagner