summaryrefslogtreecommitdiff
path: root/plugins/warp/src
AgeCommit message (Expand)Author
2026-05-26[WARP] Fix crash when no default calling convention is registeredMason Reed
2026-05-22Refactor calling conventions to support correct representation of structuresRusty Wagner
2026-05-10[Rust] Refactor `binary_view` moduleMason Reed
2026-04-13types: fragment type API support (C++, Python)Ryan Snyder
2026-03-24[WARP] Sanitize server URLsMason Reed
2026-03-24[WARP] Warn when matching with relocatable regions in low address spaceMason Reed
2026-03-24[WARP] Improved UX and APIMason Reed
2026-03-24[Rust] Move `ObjectDestructor` to own module and add some extra documentationMason Reed
2026-03-24[WARP] Fix relocatable region selection failing to fallback to section collec...Mason Reed
2026-03-24[WARP] Server-side constraint matchingMason Reed
2026-03-24[WARP] Demote locking surrounding container function fetchingMason Reed
2026-02-23Add global plugin command typeMason Reed
2026-02-23[Rust] Misc documentation and cleanupMason Reed
2026-02-23[Rust] Refactor `FileMetadata` file informationMason Reed
2026-02-22[WARP] Allow containers to be constructed programmatically (#7952)Mason 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] Skip non-defined function symbols when collecting constraintsMason Reed
2025-12-15[Rust] Add `Function::defined_symbol` to use when getting the default functio...Mason Reed
2025-12-15[WARP] Deduplicate matched functions within the matcher implicitlyMason Reed
2025-12-05[Rust] Fix misc clippy lints and warningsMason Reed
2025-12-01[WARP] Consult type library function objects when matched function has no exp...Mason Reed
2025-11-25[WARP] Stop propagating skipped file error when processing archivesMason Reed
2025-11-25[WARP] Fix leaking binary view on empty viewsMason Reed
2025-11-16[WARP] Fix unused rerun matcher checkbox when loading file on diskMason Reed
2025-11-16[WARP] Explicitly create user signature directory on plugin initMason Reed
2025-11-05[WARP] Demote server disconnect failure to warningMason Reed
2025-11-04[WARP] Add number of matched functions to the ending log message for matchingMason Reed
2025-11-04[WARP] Return existing source id when adding a file to a disk containerMason Reed
2025-11-04[WARP] Use enterprise download provider when availableMason Reed
2025-10-22Add more plugins to freeMason Reed
2025-10-22[WARP] Use download provider API instead of reqwestMason 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-07[WARP] Misc `cloned()` -> `copied()` fixupMason Reed
2025-10-07[WARP] Move WARP settings to own setting groupMason Reed
2025-10-07[WARP] Implicitly make newly added network sources writableMason Reed
2025-10-07[WARP] Let BNDB processing optionally skip analysis updatesMason Reed
2025-10-07[Rust] Fix save file dialog not respecting default file pathMason Reed
2025-10-05fix missing rust importJordan Wiens
2025-10-03[WARP] Push added functions and types to network containers cacheMason Reed
2025-10-03[WARP] Trim whitespace from server API keyMason Reed
2025-10-02Fix Rust formattingMark Rowe
2025-10-01[WARP] Enhanced network supportMason Reed
2025-09-29Fix Rust LowLevelILFunction owner function methodBrandon Miller
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 very large binaries from being prevented from creating WARP files ...Mason Reed