index
:
public/binaryninja-api.git
extended-rust-llil
[no description]
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
python
/
workflow.py
Age
Commit message (
Expand
)
Author
2026-04-15
[Python API] Replace bare "except:" with "except Exception:" to fix signal pr...
Josh Ferrell
2026-01-01
update copyrights for 2026
Jordan Wiens
2025-11-24
Add AnalysisContext FFI for SectionMap queries.
Brian Potchik
2025-11-23
Unify SettingsCache and MemoryMap access under immutable snapshots for consis...
Brian Potchik
2025-11-21
Add get and __contains__ methods to all *MetaClass
Peter LaFosse
2025-08-20
Deprecate Workflow::Instance in favor of Workflow::Get and Workflow::GetOrCreate
Mark Rowe
2025-08-01
Use log_error_for_exception in the Python API to pass tracebacks in the stack...
Rusty Wagner
2025-07-02
must escape newlines in long parameter descriptions
Jordan Wiens
2025-07-01
Python: Collect and pass mappings when copying MLIL functions
Glenn Smith
2025-06-11
Expose AnalysisContext::GetLiftedILFunction properly
Glenn Smith
2025-04-27
Add initial Workflow Monitor UI and support for nested subflows.
Brian Potchik
2025-04-07
Support string arguments to workflow functions that expect activity lists. (s...
Brian Potchik
2025-03-28
missed the older dates!
Jordan Wiens
2025-03-06
Add API to insert Activities after a specified Activity.
Brian Potchik
2025-03-06
Make the Workflow::Clone name optional and update the docs.
Brian Potchik
2025-02-25
Refactor analysis pipeline completion logic and add support for re-enabling a...
Brian Potchik
2025-01-22
Support eligibility callbacks through the API for Workflow actions.
Brian Potchik
2024-12-05
fix documentation around workflow example code
Jordan Wiens
2024-11-18
Minor documentation update for python API workflows.
Brian Potchik
2024-11-05
Add delay support to workflow machine.
Brian Potchik
2024-10-28
Properly wrap the Activity object returned from 'register_activity'.
Brian Potchik
2024-10-25
Retrieve view from analysis context
Mason Reed
2024-10-24
Initial implementation of the module-level analysis workflow.
Brian Potchik
2024-09-30
Additional core functionality in support of Workflows.
Brian Potchik
2024-08-16
Enable workflows by default.
Brian Potchik
2024-08-16
Add initial composable workflows.
Brian Potchik
2024-08-14
Fix unitialized workflow machine property.
Brian Potchik
2024-08-04
spellcheck pass on pydocs
Jordan Wiens
2024-01-08
update copyright year
Jordan Wiens
2023-07-29
Core workflows feature update.
Brian Potchik
2023-06-02
add handle= to function constructors
JJTech0130
2023-06-02
add AnalysisContext around ac
JJTech0130
2023-06-02
add AnalysisContext class
JJTech0130
2023-01-05
Update copyright to 2023
Josh F
2022-10-18
remove reference to old show documentation API
Jordan Wiens
2022-06-09
Remove built-in workflow docs and objectivec example.
Brian Potchik
2022-02-08
Fix formatting.
Brian Potchik
2022-01-28
Format All Files
KyleMiles
2022-01-13
Fix a bunch of core function calls with bad args
Glenn Smith
2022-01-03
update copyright years
Jordan Wiens
2021-09-27
Workflow fix: encoding strings
Andrew Lamoureux
2021-09-06
Fix some unnecessary checks for handle is not None in destructors
Peter LaFosse
2021-09-06
Fix import of log
Peter LaFosse
2021-09-05
type hints for highlevelil.py, mediumlevelil.py and lowlevelil.py, workflow.py
Peter LaFosse
2021-08-13
Workflows early preview.
Brian Potchik