summaryrefslogtreecommitdiff
path: root/plugins
AgeCommit message (Expand)Author
2025-12-10[Rust] Move architecture module code into more reasonable filesMason Reed
2025-12-09[Rust] Fix misc formattingMason Reed
2025-12-09[DWARF Import] Do not link functions without addresses to externsJosh Ferrell
2025-12-08Introduce an RAII type for managing bulk symbol modificationsMark Rowe
2025-12-05[Rust] Do not clean out-of-tree dependencies for incremental buildsMason Reed
2025-12-05[Rust] Fix misc clippy lints and warningsMason Reed
2025-12-05[Rust] Bump pinned version to 1.91.1Mason Reed
2025-12-01[ObjC] Support removing reference counting operations in more places in the s...Mark Rowe
2025-12-01[WARP] Consult type library function objects when matched function has no exp...Mason Reed
2025-12-01[RTTI] Add more error checking for malformed PE binariesMason Reed
2025-12-01[RTTI] Skip MSVC VFT sweep if we never collected any class information in the...Mason Reed
2025-11-28[DWARF] Fix loading Fat Mach-O debug filesJosh Ferrell
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-19[DWARF] Improve logging when loading fails, remove extra bv creationJosh Ferrell
2025-11-19[DWARF] Fix incorrect error messages for empty lexical blocksJosh Ferrell
2025-11-19Allow loading supplementary dwarf debug info from path in .gnu_debugaltlinkJosh Ferrell
2025-11-16[DWARF] Fix crash in dwarf export with detached NTR vtable data variableMason Reed
2025-11-16[WARP] Fix unused rerun matcher checkbox when loading file on diskMason Reed
2025-11-16[WARP] Fix container list not refreshing for dynamically added containersMason Reed
2025-11-16[WARP] Explicitly create user signature directory on plugin initMason Reed
2025-11-13[DWARF] Prevent extra slashes in generated debuginfod urlsJosh Ferrell
2025-11-05[WARP] Bump parser version to 1.0.1Mason 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-04Update FilterEdit and FilterTarget to preserve existing selectionsMark Rowe
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-11-04[WARP] Update python example to fix adding a source to a "read-only" containerMason Reed
2025-11-04[WARP] Add example of batch processing using the headless Rust APIMason Reed
2025-10-23Support bitfields in type systemMason Reed
2025-10-22Add more plugins to freeMason Reed
2025-10-22[WARP] Use download provider API instead of reqwestMason Reed
2025-10-22[Rust] Refactor download provider module to allow for custom implementationsMason Reed
2025-10-20[DWARF] Greatly improve handling of typedefsJosh Ferrell
2025-10-18[DWARF] Support parsing struct member offsets from DW_AT_data_bit_offset, fix...Josh Ferrell
2025-10-17Fix leaking a BinaryView when loading a sibling DWARF fileJosh Ferrell
2025-10-16Fix recovery of unnamed function parameters from DWARFJosh Ferrell
2025-10-16Apply relocations when parsing DWARFJosh Ferrell
2025-10-16Improve error messages in dwarf_importJosh Ferrell
2025-10-12[WARP] Fix misc sidebar navigation / focus event bugsMason Reed
2025-10-12[WARP] Improve UX surrounding removal of matched functionsMason Reed
2025-10-12Replace calls to unwrap() in dwarf_importJosh Ferrell
2025-10-11Fix demo ifdefsJosh Ferrell
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] Format UI pluginMason Reed
2025-10-07[WARP] Improved fetch dialog UXMason 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