index
:
public/binaryninja-api.git
extended-rust-llil
[no description]
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
pluginmanager.cpp
Age
Commit message (
Expand
)
Author
2026-05-19
Fix incorrect reference counting in C++ API
Mark Rowe
2026-05-05
Expose 'is_paid' Extension field in API
0cyn
2026-05-04
Re-add license text field to API
0cyn
2026-04-22
Expose all version-specific info for extensions in API
0cyn
2026-04-15
Improve nullptr checks across Extensions API
0cyn
2026-04-15
Propegate nullptr on Repository::GetPluginByPath
0cyn
2026-04-14
Plugin Manifest V2 Support
0cyn
2025-12-16
Add more reserve calls
Scott Lagler
2025-11-03
Revert "Refactor Plugin Load/Management to support upcoming changes"
0cyn
2025-10-29
Refactor Plugin Load/Management to support upcoming changes
0cyn
2025-04-29
Fix BNVersionInfo leaking
Mason Reed
2025-02-06
Fix double ref increment for misc Repository C++ APIs
Mason Reed
2024-09-30
Fix RepoPlugin::IsViewOnly
Josh Ferrell
2024-09-30
Add IsViewOnly field to plugins
KyleMiles
2024-06-14
Replace plugin minimum_version with minimum_version_info; Add maximum_version...
KyleMiles
2024-06-14
Plugin Manager : Remove install instructions
KyleMiles
2024-06-14
Plugin mananger : Remove license name field
KyleMiles
2022-01-28
Format All Files
KyleMiles
2021-07-29
support for repository plugins loaded from a subdirectory
Jordan Wiens
2021-04-26
Add plugin status when dependencies are being installed
Peter LaFosse
2021-03-02
Add ability to install python dependencies
Peter LaFosse
2020-03-20
fixing minimim typo throughout api
Jordan Wiens
2019-07-08
PluginManager refactor for supporting plugin installation ui
Peter LaFosse
2019-05-10
Fix some double free bugs in API
Rusty Wagner
2017-03-28
Cleanup of some of the plugin manager APIs
Peter LaFosse
2017-03-22
Modifications to support partial uninstallation
Peter LaFosse
2017-03-04
Adding repo manager APIs
Peter LaFosse