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
2025-02-04
Do not call callbacks on IL instruction when the instruction index is invalid...
Xusheng
2025-01-14
Fix docstring in plugin.py
Brian Potchik
2025-01-14
add example to plugincommandcontext
Jordan Wiens
2024-08-04
spellcheck pass on pydocs
Jordan Wiens
2024-04-19
added documentation to mainthread package explaining the worker queues; added...
Galen Williamson
2024-02-26
fix plugincommand docs
Jordan Wiens
2024-02-23
4.0 documentation
Jordan Wiens
2024-01-08
update copyright year
Jordan Wiens
2023-01-05
Update copyright to 2023
Josh F
2022-09-29
Interaction::RunProgressDialog
Glenn Smith
2022-04-24
Finish a BackgroundTaskThread on exception
Fabian Freyer
2022-01-28
Format All Files
KyleMiles
2022-01-03
update copyright years
Jordan Wiens
2021-11-16
Type hints for plugin register APIs
Josh Ferrell
2021-10-05
More HLIL API parity; Resolves #2363
KyleMiles
2021-09-22
Fix PluginCommand.register_for_* docs
Josh F
2021-09-06
Fix import of log
Peter LaFosse
2021-09-05
Refactor Python Types
Peter LaFosse
2021-09-05
Don't inherit from object anymore
Peter LaFosse
2021-09-05
Add type hints to basicblock.py, lowlevelil.py, architecture.py
Peter LaFosse
2021-01-18
updating copyright year
Jordan Wiens
2020-11-08
small documentation improvements to demonstrate plugin loading and caveat ope...
Jordan Wiens
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