summaryrefslogtreecommitdiff
path: root/plugins/warp/src/plugin/workflow.rs
AgeCommit message (Expand)Author
2026-05-10[Rust] Refactor `binary_view` moduleMason Reed
2026-03-24[WARP] Warn when matching with relocatable regions in low address spaceMason Reed
2026-03-24[WARP] Server-side constraint matchingMason Reed
2026-01-11[Rust] Enter more session scoped tracing spans for debug info and binary view...Mason Reed
2026-01-11[Rust] Replace `log` with `tracing`Mason Reed
2025-12-15[WARP] Allow multi-round matching to resolve matching function dependenciesMason Reed
2025-12-15[WARP] Misc cleanupMason Reed
2025-12-15[WARP] Deduplicate matched functions within the matcher implicitlyMason Reed
2025-12-01[WARP] Consult type library function objects when matched function has no exp...Mason Reed
2025-11-04[WARP] Add number of matched functions to the ending log message for matchingMason Reed
2025-10-12[WARP] Improve UX surrounding removal of matched functionsMason Reed
2025-10-07[WARP] Add optional `analysis.warp.fetcher` activity to run fetch networked f...Mason Reed
2025-10-01[WARP] Enhanced network supportMason Reed
2025-09-15Deprecate some Rust MediumLevelILFunction methods in favor of Function implem...Josh Ferrell
2025-09-03[WARP] Improve matcher speed and add fast fail for pathological casesMason Reed
2025-09-03[WARP] Fix generating lifted IL when function GUID is already cachedMason Reed
2025-08-13[WARP] Use type-safe activity configurationMark Rowe
2025-08-13[Rust] Add builder API for creating workflowsMark Rowe
2025-08-08[WARP] Move symbol and comment application to when matched functions are inse...Mason Reed
2025-08-03[Rust] Misc formattingMason Reed
2025-07-29Add support for declarative downstream dependencies to workflow system.Brian Potchik
2025-07-28[WARP] Fix user annotations being overriden by WARP annotationsMason Reed
2025-07-23[WARP] Generate function guids for mach-o objective-c binariesMason Reed
2025-07-21[WARP] Add warning if trying to run matcher on database with no function guid...Mason Reed
2025-07-17[WARP] Stop showing the time it took to match if it is under a secondMason Reed
2025-07-15[WARP] Add network containerMason Reed
2025-07-06[WARP] Fix tag type creation marking the view as modifiedMason Reed
2025-07-06[WARP] Recover register variables and re-add tags to matched functionsMason Reed
2025-07-04[WARP] Remove warning about missing sections for Raw viewMason Reed
2025-07-03Temporarily disable tags for WARP functions tag types are not thread safeMason Reed
2025-07-02WARP 1.0Mason Reed
2025-05-12[Rust] Remove `NonSSAVariant` bound from `LowLevelILFunction`Mason Reed
2025-05-12[Rust] Reduce usage of `IntoCStr` in function signaturesMason Reed
2025-04-08Fix workflow Rust API not returning refcounted objectsMason Reed
2025-02-25Misc Rust formattingMason Reed
2025-02-25Refactor analysis pipeline completion logic and add support for re-enabling a...Brian Potchik
2025-01-25Rust refactorMason Reed
2024-11-08WARP: Fix matcher workflow generating a large number of anonymous undo actionsMason Reed
2024-11-04WARP: Move workflows from `analysis.plugins.warp` to `analysis.warp`Mason Reed
2024-11-04WARP: Fix analysis updates not being correctly markedMason Reed
2024-10-30WARP: Only run matcher workflow onceMason Reed
2024-10-30WARP: Add more debug commands and manually invoke the matcherMason Reed
2024-10-28Refactor WARP to use a module workflow for matchingMason Reed
2024-10-24Add WARP integrationMason Reed