index
:
public/binaryninja-api.git
extended-rust-llil
[no description]
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
python
/
plugin.py
Age
Commit message (
Expand
)
Author
2020-01-01
update copyright year to 2020
Jordan Wiens
2019-10-10
switch to raw strings for sections that need to show some backslashes
Jordan Wiens
2019-09-14
lots of small documentation updates, mostly around making sure parameters are...
Jordan Wiens
2019-09-03
add a few missing len properties and __str__ for StringReference
Jordan Wiens
2019-07-29
add documentation for folder groupings of other register_for functions
Jordan Wiens
2019-06-08
final refactor for missing parameters
Jordan Wiens
2019-05-31
improve API cross-reference linking
Jordan Wiens
2019-04-11
added timeout parameter to BackgroundTaskThread.join()
Arnaud
2019-01-17
update company name and copyright date
Jordan Wiens
2018-07-24
Fix PluginCommand.register_for methods (#1084)
Josh Watson
2018-07-16
Fix format of strings in python/log.py
KyleMiles
2018-07-10
Rebased so commit history is correct now
KyleMiles
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
Add empty list properties to some classes to allow for visibility
negasora
2018-05-11
Fix Python BackgroundTask wrapper
Ryan Snyder
2018-04-02
Add plugin commands for LLIL and MLIL
Rusty Wagner
2018-01-11
get_valid_list is now a dict, as well as add documentation for plugin registr...
Jordan Wiens
2017-05-19
update copyright year
Jordan Wiens
2017-01-11
Use correct enum type in Plugin object
Peter LaFosse
2017-01-05
Modifying how enumerations are exposed and used, and a bunch of cleanup of ex...
Peter LaFosse
2016-10-28
Refactor python api into separate files and add Enumeration support. Also fix...
plafosse