summaryrefslogtreecommitdiff
path: root/scriptingprovider.cpp
AgeCommit message (Collapse)Author
2026-05-18Argument Assist Popup0cyn
2025-12-16Add more reserve callsScott Lagler
2025-06-13Fix misc memory leaks in C++ APIMason Reed
2023-08-17Ensure consistent lifetimes for UI-accessible BinaryView instances in Python.Brian Potchik
2023-03-29Add support for warnings to ScriptingInstanceJosh Ferrell
2023-02-08Clean up possible early deletion issues in API callbacksRusty Wagner
2022-09-08Fix memory leak issue related to ScriptingInstance. Close ↵Xusheng
https://github.com/Vector35/binaryninja-api/issues/3461.
2022-06-16Add support for executing scripts from fileskat
2022-04-28Fix lifetimes in ScriptingInstance::CompleteInputCallbackJosh F
2022-04-11Prevent crash when ScriptingInstance::CompleteInput returns nullptrJosh F
2022-01-28Format All FilesKyleMiles
2022-01-22Fix leak of scripting instances when new windows are createdRusty Wagner
2021-03-02Add ability to install python dependenciesPeter LaFosse
Refactor plugin repo loading into scripting provider. Find python binary for given python library
2019-07-29Input completion through pythonGlenn Smith
2019-05-10Fix some double free bugs in APIRusty Wagner
2019-01-29Add cancelScript api for scriptingProviderPeter LaFosse
2018-08-15Expose ScriptingProvider name in C++ bindingsRyan Snyder
2018-08-10Fix ScriptingProvider reference counting and instance cleanup.Brian Potchik
2016-08-18Add Python script provider for UI Python consoleRusty Wagner