| Age | Commit message (Collapse) | Author |
|
propagation
|
|
|
|
|
|
consistent, lock-free AnalysisContext queries.
|
|
Fixes: https://github.com/Vector35/binaryninja-api/issues/7588
|
|
Calls to `Workflow::Instance` that were looking up a built-in workflow
name are updated to use `Workflow::Get`. Others use `Workflow::GetOrCreate`.
|
|
stack trace associated with log messages, instead of creating large mutli-line messages for every exception
|
|
|
|
|
|
It was already grabbing the Lifted IL through the function object, which may not be the most up to date
|
|
|
|
(skip-ci)
|
|
|
|
|
|
|
|
analysis after an abort.
|
|
|
|
|
|
|
|
|
|
|
|
Makes it possible to write module workflows in plugins and scripts
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
binaryninja.cstr(x) to x.encode('charmap') - now the example from
Workflow().show_documentation() succeeds
|
|
|
|
|
|
Fix linter error in scriptingprovider.py
Update workflow.py using updated paradigms and type hints
|
|
|