summaryrefslogtreecommitdiff
path: root/workflow.cpp
AgeCommit message (Collapse)Author
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