summaryrefslogtreecommitdiff
path: root/python/plugin.py
AgeCommit message (Expand)Author
2022-01-03update copyright yearsJordan Wiens
2021-11-16Type hints for plugin register APIsJosh Ferrell
2021-10-05More HLIL API parity; Resolves #2363KyleMiles
2021-09-22Fix PluginCommand.register_for_* docsJosh F
2021-09-06Fix import of logPeter LaFosse
2021-09-05Refactor Python TypesPeter LaFosse
2021-09-05Don't inherit from object anymorePeter LaFosse
2021-09-05Add type hints to basicblock.py, lowlevelil.py, architecture.pyPeter LaFosse
2021-01-18updating copyright yearJordan Wiens
2020-11-08small documentation improvements to demonstrate plugin loading and caveat ope...Jordan Wiens
2020-01-01update copyright year to 2020Jordan Wiens
2019-10-10switch to raw strings for sections that need to show some backslashesJordan Wiens
2019-09-14lots of small documentation updates, mostly around making sure parameters are...Jordan Wiens
2019-09-03add a few missing len properties and __str__ for StringReferenceJordan Wiens
2019-07-29add documentation for folder groupings of other register_for functionsJordan Wiens
2019-06-08final refactor for missing parametersJordan Wiens
2019-05-31improve API cross-reference linkingJordan Wiens
2019-04-11added timeout parameter to BackgroundTaskThread.join()Arnaud
2019-01-17update company name and copyright dateJordan Wiens
2018-07-24Fix PluginCommand.register_for methods (#1084)Josh Watson
2018-07-16Fix format of strings in python/log.pyKyleMiles
2018-07-10Rebased so commit history is correct nowKyleMiles
2018-07-10Various Python 3 support changesKyleMiles
2018-07-10addition 3 compatibility changesJordan Wiens
2018-07-10Additional changes for python 2/3 compatibilityPeter LaFosse
2018-07-10working division, prints, and metaclasses, but imports broken, still needs workJordan Wiens
2018-06-11Add empty list properties to some classes to allow for visibilitynegasora
2018-05-11Fix Python BackgroundTask wrapperRyan Snyder
2018-04-02Add plugin commands for LLIL and MLILRusty Wagner
2018-01-11get_valid_list is now a dict, as well as add documentation for plugin registr...Jordan Wiens
2017-05-19update copyright yearJordan Wiens
2017-01-11Use correct enum type in Plugin objectPeter LaFosse
2017-01-05Modifying how enumerations are exposed and used, and a bunch of cleanup of ex...Peter LaFosse
2016-10-28Refactor python api into separate files and add Enumeration support. Also fix...plafosse