summaryrefslogtreecommitdiff
path: root/python/scriptingprovider.py
AgeCommit message (Collapse)Author
2018-08-16Fix Python3 Multiline Input In Script ConsoleKyle Martin
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-11fix stylingnegasora
2018-06-11Add empty list properties to some classes to allow for visibilitynegasora
2018-05-10change stdin/out hijacking to be triggered by pythonplugin shared libraryJordan Wiens
2018-03-07Automatically update analysis after commands in interactive PythonRusty Wagner
2017-12-18Remove newline from split lines as it breaks more than it fixesPeter LaFosse
2017-12-15Make multi-line python input more robustPeter LaFosse
2017-12-14Fix multi-line insertion and single expression evalutationPeter LaFosse
2017-12-14Fix multi-line execution in python consolePeter LaFosse
2017-11-01fix new scripting provider aliases when no current context existsJordan Wiens
2017-10-30add current_llil and current_mlil scripting console aliasesJordan Wiens
2017-08-15add isatty for input as wellJordan Wiens
2017-07-01Fixes issue #712Peter LaFosse
2017-05-19update copyright yearJordan Wiens
2017-05-02add method to query log output statePeter LaFosse
2017-05-02Make plugin loading errors show up in error consolePeter LaFosse
2017-01-05Modifying how enumerations are exposed and used, and a bunch of cleanup of ↵Peter LaFosse
existing plugins
2017-01-03Reverting last commit, we can't use this method in the core, since it will ↵Peter LaFosse
break those launching binaryninja from the commandline
2017-01-03Dont override stdin/stdout/stderr if launching from terminalPeter LaFosse
2017-01-02Making platform and architecture optional parameters where possiblePeter LaFosse
2016-10-28Refactor python api into separate files and add Enumeration support. Also ↵plafosse
fixed bugs found with pyflakes