summaryrefslogtreecommitdiff
path: root/plugins/warp/src/lib.rs
AgeCommit message (Expand)Author
2026-05-10[Rust] Refactor `binary_view` moduleMason Reed
2026-03-24[WARP] Improved UX and APIMason Reed
2026-03-24[WARP] Fix relocatable region selection failing to fallback to section collec...Mason Reed
2025-12-05[Rust] Fix misc clippy lints and warningsMason Reed
2025-10-12[WARP] Improve UX surrounding removal of matched functionsMason 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-07-21[WARP] Misc formatting fixesMason 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-15[WARP] Fallback to using segment information for relocatable rangesMason 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] 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-02WARP 1.0Mason 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] Remove Architecture trait bound on LLIL related structuresMason 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: User friendly file pickerMason Reed
2024-11-12WARP: Fix function GUID creation masking off non relocatable constantsMason Reed
2024-11-12WARP: Allow skipping trivial function constraintsMason Reed
2024-11-11WARP: Bump warp dependencyMason Reed
2024-11-08WARP: Remove unneeded ref in type conversionMason Reed
2024-11-08WARP: Check constant values for probable constant pointer usageMason Reed
2024-11-04WARP: Further constraints on blacklisted instructionsMason Reed
2024-10-30WARP: Make build script less scuffedMason Reed
2024-10-30WARP: Fix non relocatable constant pointers being maskedMason Reed
2024-10-28Blacklist useless instructions used for hot patching in WARPMason Reed
2024-10-24Make WARP function guid generation infallibleMason Reed
2024-10-24Add WARP integrationMason Reed