index
:
public/binaryninja-api.git
extended-rust-llil
[no description]
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
python
/
scriptingprovider.py
Age
Commit message (
Expand
)
Author
2026-05-18
Argument Assist Popup
0cyn
2026-04-23
output pip installation failures to the log, allow custom python stack traces...
Jordan Wiens
2026-04-23
missing environment variables breaks wheel packages with native build deps
Jordan Wiens
2026-04-15
[Python API] Replace bare "except:" with "except Exception:" to fix signal pr...
Josh Ferrell
2026-04-14
Plugin Manifest V2 Support
0cyn
2026-01-01
update copyrights for 2026
Jordan Wiens
2025-12-05
Do not register the dbg object from the API
Xusheng
2025-11-21
Add get and __contains__ methods to all *MetaClass
Peter LaFosse
2025-08-01
Use log_error_for_exception in the Python API to pass tracebacks in the stack...
Rusty Wagner
2025-07-07
KernelCache rewrite
kat
2025-07-02
must escape newlines in long parameter descriptions
Jordan Wiens
2025-06-05
Python: Set interpreter thread name for debugging
Glenn Smith
2025-04-16
[SharedCache] Import the shared cache magic variables in the scripting console
Mason Reed
2025-04-05
Add current_il_expr and current_il_expr_index magic vars
Glenn Smith
2025-03-28
missed the older dates!
Jordan Wiens
2025-03-21
Don't use fully qualified import.
Brian Potchik
2025-03-21
Add setting to control automatic analysis updates after Python commands. (ski...
Brian Potchik
2024-10-21
Allow `current_il_instruction` to work in Pseudo C (or any high level language)
Rusty Wagner
2024-10-21
Allow multiple high level representations for display, add Pseudo Rust and a ...
Rusty Wagner
2024-10-11
Move ScriptingProvider log messages to a dedicated logger
Josh Ferrell
2024-07-02
Fix needing to have a binary open to use current_project
Josh Ferrell
2024-06-25
Fix il magic variables for lifted, mmlil, mmlil_ssa
Josh Ferrell
2024-06-10
Fix python magic variables applying post-startup
Glenn Smith
2024-06-06
Add api/modular system to python magic variables
Glenn Smith
2024-04-03
Fix -DDEBUGGER=NO not working properly
Xusheng
2024-03-20
Scripting provider: avoid running command that can return non-ASCII character...
Xusheng
2024-01-22
Project support
Josh Ferrell
2024-01-08
update copyright year
Jordan Wiens
2023-11-28
fix: typo in scriptingprovider.py
Scott Lagler
2023-08-28
Fix scripting completer sometimes returning garbage
Glenn Smith
2023-08-17
Ensure consistent lifetimes for UI-accessible BinaryView instances in Python.
Brian Potchik
2023-08-11
Add current_il_instructions magic variable in the Python console. Fix https:...
Xusheng
2023-08-02
Fix cannot run Python script when the file contains non-ASCII characters. Fix...
Xusheng
2023-04-11
remove vestigal imports
Jordan Wiens
2023-04-10
add help for windows python console, resolves #4210
Jordan Wiens
2023-03-29
Add support for warnings to ScriptingInstance
Josh Ferrell
2023-03-23
plugins: Update scriptingprovider.py to use environment that sets PYTHONHOME ...
Brian Knudson
2023-03-20
plugins: Update scriptingprovider.py to install Python packages using bundled...
Brian Knudson
2023-03-09
now with 33% less ugprade (remove redundant argument)
Jordan Wiens
2023-03-08
typo in load docs
Jordan Wiens
2023-03-08
pip should upgrade dependencies if required
Jordan Wiens
2023-03-08
python plugins: Add support on MacOS to install Python plugin dependencies us...
Brian Knudson
2023-02-09
Invalidate python finder caches when plugin dependency gets installed
Josh Ferrell
2023-02-03
Fix ScriptingProviders.update_locals raising causing console entry to fail
Glenn Smith
2023-02-02
Fix current_comment clobbering bv.set_comment_at
Glenn Smith
2023-01-22
Add current_*_ssa to python console, fix #3661
Josh Ferrell
2023-01-09
Fix missing debugger dbg magic variable
Xusheng
2023-01-05
Update copyright to 2023
Josh F
2022-12-14
Support disabling the debugger plugin shipped with BN by setting BN_DISABLE_C...
Xusheng
2022-11-10
Fix Python console not working if UI plugins are not available for any reason
Rusty Wagner
[next]