summaryrefslogtreecommitdiff
path: root/plugins/warp/src
AgeCommit message (Expand)Author
2025-09-03[WARP] Do not show the report in the UI if file is very largeMason Reed
2025-09-03[WARP] Only merge chunks in create from view command if an existing file was ...Mason Reed
2025-09-03[WARP] Refactor variable retrieval to fix eager dependence on the functions MLILMason Reed
2025-09-03[WARP] Fix generating lifted IL when function GUID is already cachedMason Reed
2025-08-27Rewrite Obj-C workflow in RustMark Rowe
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] Misc formatting fixesMason Reed
2025-07-21[WARP] Add warning if trying to run matcher on database with no function guid...Mason Reed
2025-07-21[WARP] Fix garbage jumps from being included in the variant instruction maskingMason Reed
2025-07-21[WARP] Consult segments unconditionally when constructing relocatable regionsMason Reed
2025-07-17[WARP] Construct a minimal version of the function object when user only want...Mason Reed
2025-07-17[WARP] Add adjustable thread pool for project signature creationMason Reed
2025-07-17[WARP] Stop showing the time it took to match if it is under a secondMason Reed
2025-07-17[WARP] Fix skipping warp files in projectsMason Reed
2025-07-15[WARP] Misc improvementsMason Reed
2025-07-15[WARP] Fallback to using segment information for relocatable rangesMason Reed
2025-07-15[WARP] Add network containerMason Reed
2025-07-15[WARP] Add more options to creating signatures in projectsMason Reed
2025-07-15[Rust] Misc formattingMason Reed
2025-07-15[WARP] Filter out LLIL_JUMP artifacts in lifted ILMason 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] Fix possible skipped instructions when multiple IL expressions are app...Mason 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-02[WARP] Make plugin commands more discoverableMason Reed
2025-07-02WARP 1.0Mason Reed
2025-07-02Add highlight render layer to WARPMason Reed
2025-07-02Move instruction filters out of `basic_block_guid` and make them publicMason 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-05-12[Rust] More cleanup regarding `BnString`Mason Reed
2025-05-12[Rust] Return `String` instead of `BnString` for cases where lossy conversion...Mason Reed
2025-05-12[Rust] Remove Architecture trait bound on LLIL related structuresMason 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-27Fix some rust race conditions and comment some likely suspectsMason Reed
2025-01-25Fix incorrect immutable borrow for EnumerationBuilderMason Reed
2025-01-25Rust refactorMason Reed
2024-12-14WARP: Run `cargo clippy`Mason Reed
2024-12-14WARP: Run `cargo fmt`Mason Reed
2024-12-13WARP: Misc clippy lintMason Reed
2024-12-13WARP: User friendly file pickerMason Reed