| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 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 | Add LogForException APIs to pass stack trace information separate from the ↵ | Rusty Wagner | |
| message | |||
| 2025-07-29 | Add support for declarative downstream dependencies to workflow system. | Brian Potchik | |
| 2025-05-23 | Add aliases for the RTTI/VFT analysis activities. | Brian Potchik | |
| 2025-05-23 | [RTTI] Fix typo in some log calls | Mason Reed | |
| 2025-05-22 | [RTTI] Catch uncaught exceptions to let analysis finish in the event of an ↵ | Mason Reed | |
| thrown exception Probably should have done this sooner, just lets the user continue analysis, rtti exceptions are continuable from the view of analysis. | |||
| 2025-05-02 | Add core decompiler loop as a dependency of VFT analysis to ensure newly ↵ | Brian Potchik | |
| introduced analysis is processed before pipeline completion. | |||
| 2025-04-15 | Include RTTI analysis in free version | Mason Reed | |
| 2025-03-29 | Remove ineffective call to UpdateAnalysis in VFT plugin. | Brian Potchik | |
| 2025-03-23 | Make sure to trigger analysis updates after VFT analysis | Mason Reed | |
| Unlikely to be the last for initial analysis, still a good idea to check. | |||
| 2025-03-19 | Refactor and fixup MSVC and Itanium RTTI | Mason Reed | |
| Bunch of misc fixes and performance improvements | |||
| 2025-03-19 | Consolidate metadata for RTTI processors and a bunch of misc fixes | Mason Reed | |
| Also allows for both processors to be ran for a single binary | |||
| 2025-03-19 | Preliminary Itanium RTTI virtual function table support | Mason Reed | |
| Still needs to support edge cases and multiple vtables, as well as naming needs to be adjusted | |||
| 2025-03-19 | Itanium RTTI scaffolding | Mason Reed | |
