summaryrefslogtreecommitdiff
path: root/plugins/warp/src/plugin/workflow.rs
AgeCommit message (Expand)Author
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