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
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
2022-10-07
Fix one case of resources not being freed right away when closing tabs
Rusty Wagner
2022-09-13
No longer mark debugger as beta
Xusheng
2022-09-06
Make sure to release references when the last tab of a binary is closed
Xusheng
2022-08-26
rename current_file_offset to current_raw_offset
Jordan Wiens
2022-08-16
Properly check whether self.active_view is None. Close https://github.com/Vec...
Xusheng
2022-08-04
Fix regression in scripting console when no view is active
kat
2022-08-04
Also make current_il_basic_block write-protected
Xusheng
2022-08-04
More magic console variables. Close https://github.com/Vector35/binaryninja-a...
Glenn Smith
2022-08-03
Use inspect instead of hasattr
kat
2022-08-03
Fix bninspect on documented properties
kat
2022-07-22
remove misleading comment
Jordan
2022-06-16
Add support for executing scripts from files
kat
2022-06-14
Add error for loading UI plugins in headless
Rusty Wagner
[next]