summaryrefslogtreecommitdiff
path: root/python/scriptingprovider.py
AgeCommit message (Expand)Author
2022-06-09Better handling of the injected dbg objectXusheng
2022-04-29Check in the debuggerXusheng
2022-04-14Fix issue where utf-8 strings couldn't be used or displayed in the python scr...Peter LaFosse
2022-04-11Prevent hang when tab completing in large function/binaryJosh F
2022-01-28Format All FilesKyleMiles
2022-01-24Add additional unit tests for types.py and fix some resulting bugsPeter LaFosse
2022-01-22Fix leak of scripting instances when new windows are createdRusty Wagner
2022-01-03update copyright yearsJordan Wiens
2021-09-06Fix import of logPeter LaFosse
2021-09-06Add some additional typehints to architecture.py, function.py and metadata.py...Peter LaFosse
2021-09-05Refactor Python TypesPeter LaFosse
2021-09-05type hints for highlevelil.py, mediumlevelil.py and lowlevelil.py, workflow.pyPeter LaFosse
2021-09-05small bug fix to scriptingprovider.pyPeter LaFosse
2021-09-05Don't inherit from object anymorePeter LaFosse
2021-09-05Add type hints to basicblock.py, lowlevelil.py, architecture.pyPeter LaFosse
2021-08-16Move py debugger functions to __init__.pyGlenn Smith
2021-08-14Startup.py/python debugger updates and documentationGlenn Smith
2021-08-03startup.py file runs commands on startupGlenn Smith
2021-07-29support for repository plugins loaded from a subdirectoryJordan Wiens
2021-06-03Always use <user-dir>/pythonX.Y/site-packages directory when installing depen...Peter LaFosse
2021-06-02scriptingprovider check if python_bin is NonePeter LaFosse
2021-06-02Return proper status from _pip_existsPeter LaFosse
2021-06-02Fixes for pip requirements installationPeter LaFosse
2021-05-17Network SettingsGlenn Smith
2021-05-06convert warn to error when attempting to set blacklisted console variable, fi...Jordan Wiens
2021-04-26user --user when pip installingPeter LaFosse
2021-04-26Add plugin status when dependencies are being installedPeter LaFosse
2021-03-29capture stderr on plugin manager dependency installationJordan Wiens
2021-03-27fixes for windows and linux default python plus automatic dependency installa...Jordan Wiens
2021-03-26updating to latest sphinx-rtd theme and many doc formatting fixesJordan Wiens
2021-03-19Minor formatting changesPeter LaFosse
2021-03-09Fix python errors in dependency installationBrian Knudson
2021-03-02Check if in virtualenv before dependency installationPeter LaFosse
2021-03-02Add ability to install python dependenciesPeter LaFosse
2021-01-18updating copyright yearJordan Wiens
2020-11-16Docs shortcut in script consoleGlenn Smith
2020-06-17many spelling fixesJordan Wiens
2020-06-11Fix dict super initialization to support Python2.Brian Potchik
2020-06-09Add warning on attempts to set scripting provider auto-variables.Brian Potchik
2020-05-03Fix issue with ScriptingInstance.complete_inputPeter LaFosse
2020-05-03Fix up equality operators and had hash operatorsPeter LaFosse
2020-04-17Early HLIL testingRusty Wagner
2020-01-01update copyright year to 2020Jordan Wiens
2019-12-09Fixes #1413 write_at_cursor api issuePeter LaFosse
2019-09-03modifying rlcompleter to support completion through list lookups, updating li...Jordan Wiens
2019-07-29Input completion through pythonGlenn Smith
2019-01-30Prepare API for Python UI bindingsRusty Wagner
2019-01-29Add cancelScript api for scriptingProviderPeter LaFosse
2019-01-17update company name and copyright dateJordan Wiens
2018-12-12deprecate current_function.medium_level_il in favor of .mlil and move .instru...Jordan Wiens