summaryrefslogtreecommitdiff
path: root/python/workflow.py
AgeCommit message (Collapse)Author
2022-06-09Remove built-in workflow docs and objectivec example.Brian Potchik
2022-02-08Fix formatting.Brian Potchik
2022-01-28Format All FilesKyleMiles
2022-01-13Fix a bunch of core function calls with bad argsGlenn Smith
2022-01-03update copyright yearsJordan Wiens
2021-09-27Workflow fix: encoding stringsAndrew Lamoureux
binaryninja.cstr(x) to x.encode('charmap') - now the example from Workflow().show_documentation() succeeds
2021-09-06Fix some unnecessary checks for handle is not None in destructorsPeter LaFosse
2021-09-06Fix import of logPeter LaFosse
2021-09-05type hints for highlevelil.py, mediumlevelil.py and lowlevelil.py, workflow.pyPeter LaFosse
Fix linter error in scriptingprovider.py Update workflow.py using updated paradigms and type hints
2021-08-13Workflows early preview.Brian Potchik