summaryrefslogtreecommitdiff
path: root/python/plugin.py
AgeCommit message (Collapse)Author
2018-07-24Fix PluginCommand.register_for methods (#1084)Josh Watson
Several register_for_* methods included an extraneous `.startup` that was probably removed in the python3 refactor. This PR fixes that problem and allows those plugins to correctly register.
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 ↵Jordan Wiens
registration functions
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 ↵Peter LaFosse
existing plugins
2016-10-28Refactor python api into separate files and add Enumeration support. Also ↵plafosse
fixed bugs found with pyflakes