summaryrefslogtreecommitdiff
path: root/python/workflow.py
AgeCommit message (Collapse)Author
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