index
:
public/binaryninja-api.git
extended-rust-llil
[no description]
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
workflow.cpp
Age
Commit message (
Expand
)
Author
2026-05-19
Fix incorrect reference counting in C++ API
Mark Rowe
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-08-20
Deprecate Workflow::Instance in favor of Workflow::Get and Workflow::GetOrCreate
Mark Rowe
2025-08-01
Support MLIL expr mappings in C++
Glenn Smith
2025-07-16
Fix leaks from the Workflow constructor
Mark Rowe
2025-07-01
Python: Collect and pass mappings when copying MLIL functions
Glenn Smith
2025-06-11
Expose AnalysisContext::GetLiftedILFunction properly
Glenn Smith
2025-05-28
Eliminate jsoncpp usage from the AnalysisContext C++ API object.
Brian Potchik
2025-05-01
Updates to WorkflowMonitor UI.
Brian Potchik
2025-04-27
Add initial Workflow Monitor UI and support for nested subflows.
Brian Potchik
2025-04-08
Add API to post requests to the workflow machine.
Brian Potchik
2025-03-29
Add interim workflow C++ apis for logging.
Brian Potchik
2025-03-21
Add some workflow machine control commands to the C++ API.
Brian Potchik
2025-03-10
Add support for recoverable analysis abort.
Brian Potchik
2025-03-06
Add API to insert Activities after a specified Activity.
Brian Potchik
2025-02-23
Fix API compilation for clang on windows
Josh Ferrell
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
2023-07-29
Core workflows feature update.
Brian Potchik
2022-03-11
Use memory tracking API when in core for rapidjson
Rusty Wagner
2022-01-28
Format All Files
KyleMiles
2021-10-05
More HLIL API parity; Resolves #2363
KyleMiles
2021-08-20
Workflows basic blocks and IL function analysis setters.
Brian Potchik
2021-08-13
Workflows early preview.
Brian Potchik