summaryrefslogtreecommitdiff
path: root/plugins/warp/src
AgeCommit message (Expand)Author
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
2024-12-11WARP: Run `cargo fmt`Mason Reed
2024-12-11WARP: Add ability to save single function to fileMason Reed
2024-12-01WARP: Run `cargo fmt`Mason Reed
2024-12-01WARP: Prune useless functions and display progress in background taskMason Reed
2024-11-25WARP: Improve wording on `Trivial Function Length` descriptionMason Reed
2024-11-19Fix signature path lookup for core signatures in WARPMason Reed
2024-11-13WARP: More readable `WARP\\Debug\\Function Matcher` outputMason Reed
2024-11-12WARP: Set fixed image base for `sigem`Mason Reed
2024-11-12WARP: Fix function GUID creation masking off non relocatable constantsMason Reed
2024-11-12WARP: Run `cargo fmt`Mason Reed
2024-11-12WARP: Allow skipping trivial function constraintsMason Reed
2024-11-11WARP: Lazily include types for created signaturesMason Reed
2024-11-11WARP: More easily adjustable binja settingsMason Reed
2024-11-11WARP: Bump warp dependencyMason Reed
2024-11-11Add actual logger api to rustMason Reed
2024-11-11WARP: Run `cargo clippy`Mason Reed
2024-11-11WARP: Call cache destructor and adjust worker thread count for view cleanupMason Reed
2024-11-11WARP: Lockless ViewIDMason Reed
2024-11-11WARP: Cache type references in the view cachesMason Reed
2024-11-11WARP: Bump warp dependencyMason Reed
2024-11-11WARP: Misc formattingMason Reed
2024-11-08WARP: Refactor matcherMason Reed
2024-11-08WARP: Cleanup sigem about documentationMason Reed
2024-11-08WARP: Fix matcher workflow generating a large number of anonymous undo actionsMason Reed
2024-11-08WARP: Fix very rare lock contention throwing away cache entry on finishMason Reed
2024-11-08WARP: Misc clippy lintsMason Reed
2024-11-08WARP: Fix sigem leaving file handle open and deduplicate filesMason Reed
2024-11-08WARP: Add manual file loading and initial user settingsMason Reed
2024-11-08WARP: Misc changesMason Reed
2024-11-08WARP: Remove unneeded ref in type conversionMason Reed