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
2021-03-09
Fix python errors in dependency installation
Brian Knudson
2021-03-02
Check if in virtualenv before dependency installation
Peter LaFosse
2021-03-02
Add ability to install python dependencies
Peter LaFosse
2021-01-18
updating copyright year
Jordan Wiens
2020-11-16
Docs shortcut in script console
Glenn Smith
2020-06-17
many spelling fixes
Jordan Wiens
2020-06-11
Fix dict super initialization to support Python2.
Brian Potchik
2020-06-09
Add warning on attempts to set scripting provider auto-variables.
Brian Potchik
2020-05-03
Fix issue with ScriptingInstance.complete_input
Peter LaFosse
2020-05-03
Fix up equality operators and had hash operators
Peter LaFosse
2020-04-17
Early HLIL testing
Rusty Wagner
2020-01-01
update copyright year to 2020
Jordan Wiens
2019-12-09
Fixes #1413 write_at_cursor api issue
Peter LaFosse
2019-09-03
modifying rlcompleter to support completion through list lookups, updating li...
Jordan Wiens
2019-07-29
Input completion through python
Glenn Smith
2019-01-30
Prepare API for Python UI bindings
Rusty Wagner
2019-01-29
Add cancelScript api for scriptingProvider
Peter LaFosse
2019-01-17
update company name and copyright date
Jordan Wiens
2018-12-12
deprecate current_function.medium_level_il in favor of .mlil and move .instru...
Jordan Wiens
2018-11-13
Add expression parsing APIs
Peter LaFosse
2018-08-16
Fix Python3 Multiline Input In Script Console
Kyle Martin
2018-07-10
Various Python 3 support changes
KyleMiles
2018-07-10
addition 3 compatibility changes
Jordan Wiens
2018-07-10
Additional changes for python 2/3 compatibility
Peter LaFosse
2018-07-10
working division, prints, and metaclasses, but imports broken, still needs work
Jordan Wiens
2018-06-11
fix styling
negasora
2018-06-11
Add empty list properties to some classes to allow for visibility
negasora
2018-05-10
change stdin/out hijacking to be triggered by pythonplugin shared library
Jordan Wiens
2018-03-07
Automatically update analysis after commands in interactive Python
Rusty Wagner
2017-12-18
Remove newline from split lines as it breaks more than it fixes
Peter LaFosse
2017-12-15
Make multi-line python input more robust
Peter LaFosse
2017-12-14
Fix multi-line insertion and single expression evalutation
Peter LaFosse
2017-12-14
Fix multi-line execution in python console
Peter LaFosse
2017-11-01
fix new scripting provider aliases when no current context exists
Jordan Wiens
2017-10-30
add current_llil and current_mlil scripting console aliases
Jordan Wiens
2017-08-15
add isatty for input as well
Jordan Wiens
2017-07-01
Fixes issue #712
Peter LaFosse
2017-05-19
update copyright year
Jordan Wiens
2017-05-02
add method to query log output state
Peter LaFosse
2017-05-02
Make plugin loading errors show up in error console
Peter LaFosse
2017-01-05
Modifying how enumerations are exposed and used, and a bunch of cleanup of ex...
Peter LaFosse
2017-01-03
Reverting last commit, we can't use this method in the core, since it will br...
Peter LaFosse
2017-01-03
Dont override stdin/stdout/stderr if launching from terminal
Peter LaFosse
2017-01-02
Making platform and architecture optional parameters where possible
Peter LaFosse
2016-10-28
Refactor python api into separate files and add Enumeration support. Also fix...
plafosse