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
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
2022-06-10
Fix undefined DebuggerController in PythonScriptingInstance
Xusheng
2022-06-10
Fix missing debugger_imported definition in PythonScriptingInstance
Xusheng
2022-06-09
Better handling of the injected dbg object
Xusheng
2022-04-29
Check in the debugger
Xusheng
2022-04-14
Fix issue where utf-8 strings couldn't be used or displayed in the python scr...
Peter LaFosse
2022-04-11
Prevent hang when tab completing in large function/binary
Josh F
2022-01-28
Format All Files
KyleMiles
2022-01-24
Add additional unit tests for types.py and fix some resulting bugs
Peter LaFosse
2022-01-22
Fix leak of scripting instances when new windows are created
Rusty Wagner
2022-01-03
update copyright years
Jordan Wiens
2021-09-06
Fix import of log
Peter LaFosse
2021-09-06
Add some additional typehints to architecture.py, function.py and metadata.py...
Peter LaFosse
2021-09-05
Refactor Python Types
Peter LaFosse
2021-09-05
type hints for highlevelil.py, mediumlevelil.py and lowlevelil.py, workflow.py
Peter LaFosse
2021-09-05
small bug fix to scriptingprovider.py
Peter LaFosse
2021-09-05
Don't inherit from object anymore
Peter LaFosse
[next]