summaryrefslogtreecommitdiff
path: root/python/scriptingprovider.py
AgeCommit message (Expand)Author
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 ex...Peter LaFosse
2017-01-03Reverting last commit, we can't use this method in the core, since it will br...Peter LaFosse
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 fix...plafosse