summaryrefslogtreecommitdiff
path: root/workflow.cpp
AgeCommit message (Collapse)Author
2026-05-19Fix incorrect reference counting in C++ APIMark Rowe
2025-11-24Add AnalysisContext FFI for SectionMap queries.Brian Potchik
2025-11-23Unify SettingsCache and MemoryMap access under immutable snapshots for ↵Brian Potchik
consistent, lock-free AnalysisContext queries.
2025-08-20Deprecate Workflow::Instance in favor of Workflow::Get and Workflow::GetOrCreateMark Rowe
Calls to `Workflow::Instance` that were looking up a built-in workflow name are updated to use `Workflow::Get`. Others use `Workflow::GetOrCreate`.
2025-08-01Support MLIL expr mappings in C++Glenn Smith
2025-07-16Fix leaks from the Workflow constructorMark Rowe
Don't add an additional reference to the wrapped object in the constructor. API wrapper objects are passed a +1 object and do not need to add an additional reference. All clients of the Workflow constructors are doing this already which was resulting in leaks. Fixes https://github.com/Vector35/binaryninja-api/issues/7059.
2025-07-01Python: Collect and pass mappings when copying MLIL functionsGlenn Smith
2025-06-11Expose AnalysisContext::GetLiftedILFunction properlyGlenn Smith
It was already grabbing the Lifted IL through the function object, which may not be the most up to date
2025-05-28Eliminate jsoncpp usage from the AnalysisContext C++ API object.Brian Potchik
2025-05-01Updates to WorkflowMonitor UI.Brian Potchik
2025-04-27Add initial Workflow Monitor UI and support for nested subflows.Brian Potchik
2025-04-08Add API to post requests to the workflow machine.Brian Potchik
2025-03-29Add interim workflow C++ apis for logging.Brian Potchik
2025-03-21Add some workflow machine control commands to the C++ API.Brian Potchik
2025-03-10Add support for recoverable analysis abort.Brian Potchik
2025-03-06Add API to insert Activities after a specified Activity.Brian Potchik
2025-02-23Fix API compilation for clang on windowsJosh Ferrell
2024-10-25Retrieve view from analysis contextMason Reed
Makes it possible to write module workflows in plugins and scripts
2024-10-24Initial implementation of the module-level analysis workflow.Brian Potchik
2024-09-30Additional core functionality in support of Workflows.Brian Potchik
2023-07-29Core workflows feature update.Brian Potchik
2022-03-11Use memory tracking API when in core for rapidjsonRusty Wagner
2022-01-28Format All FilesKyleMiles
2021-10-05More HLIL API parity; Resolves #2363KyleMiles
2021-08-20Workflows basic blocks and IL function analysis setters.Brian Potchik
2021-08-13Workflows early preview.Brian Potchik