| Age | Commit message (Collapse) | 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 ↵ | Brian Potchik | |
| consistent, lock-free AnalysisContext queries. | |||
| 2025-08-20 | Deprecate Workflow::Instance in favor of Workflow::Get and Workflow::GetOrCreate | Mark 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-01 | Support MLIL expr mappings in C++ | Glenn Smith | |
| 2025-07-16 | Fix leaks from the Workflow constructor | Mark 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-01 | Python: Collect and pass mappings when copying MLIL functions | Glenn Smith | |
| 2025-06-11 | Expose AnalysisContext::GetLiftedILFunction properly | Glenn Smith | |
| It was already grabbing the Lifted IL through the function object, which may not be the most up to date | |||
| 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 | |
| Makes it possible to write module workflows in plugins and scripts | |||
| 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 | |
