summaryrefslogtreecommitdiff
path: root/python/interaction.py
AgeCommit message (Expand)Author
2022-09-29Interaction::RunProgressDialogGlenn Smith
2022-05-19use raw strings to pacify pytestJordan Wiens
2022-05-06many pydoc formatting cleanups, added deprecated decorator and replaced ad-ho...Jordan Wiens
2022-01-28Format All FilesKyleMiles
2022-01-04small pydoc updtaesJordan Wiens
2022-01-03update copyright yearsJordan Wiens
2021-11-18Enterprise apis and supportGlenn Smith
2021-09-22Small doc fixJosh F
2021-09-06Fix import of logPeter LaFosse
2021-09-05Don't inherit from object anymorePeter LaFosse
2021-09-05add a core.free_string helperPeter LaFosse
2021-09-05Add type hints to basicblock.py, lowlevelil.py, architecture.pyPeter LaFosse
2021-08-04Add query mode to flow graph reports.Brian Potchik
2021-06-18Interactions: add default form valuesGlenn Smith
2021-03-26updating to latest sphinx-rtd theme and many doc formatting fixesJordan Wiens
2021-01-18updating copyright yearJordan Wiens
2020-06-17many spelling fixesJordan Wiens
2020-05-03return NotImplemented instead of None to placate the linterPeter LaFosse
2020-03-06update documentation on get_open_filenameJordan Wiens
2020-02-06correct get_form_input documentation for return valueJordan Wiens
2020-01-01update copyright year to 2020Jordan Wiens
2019-09-26more small documentation fixesJordan Wiens
2019-09-26many documentation formatting fixupsJordan Wiens
2019-09-14lots of small documentation updates, mostly around making sure parameters are...Jordan Wiens
2019-09-13small documentation fixupsJordan Wiens
2019-06-08final refactor for missing parametersJordan Wiens
2019-02-19Fix documentation for show_html_report and show_markdown_reportPeter LaFosse
2019-01-17update company name and copyright dateJordan Wiens
2019-01-03lots of spelling / typo fixesJordan Wiens
2018-11-26Update documentation for show_markdown_report and show_html_reportPeter LaFosse
2018-10-05api: remove some lingering xrange uses in python bindingsRyan Snyder
2018-08-14Modify flow graph API to support multiple layout requests for a single graphRusty Wagner
2018-07-26Merge branch 'dev' into test_stack_adjustRusty Wagner
2018-07-13Add ability to update custom flow graphsRusty Wagner
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-04Generic flow graph API and report collectionsRusty Wagner
2018-04-26fix broken up note lines in interaction documentationJordan Wiens
2018-02-16another typoJordan Wiens
2017-10-30Provide a slightly different implementation for @joshwatson's AnalysisComplet...Peter LaFosse
2017-07-15Adding documentation to interaction.py fixing enumeration use bug DirectoryNa...Peter LaFosse
2017-05-19update copyright yearJordan Wiens
2017-05-10add documentation for show_message_box and fix default button parameterJordan Wiens
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