summaryrefslogtreecommitdiff
path: root/plugins
AgeCommit message (Expand)Author
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
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-07[WARP] Fix rendering of constraint matches in sidebarMason Reed
2025-10-05fix missing rust importJordan Wiens
2025-10-03[WARP] Fix sidebar not refreshing after fetching data from serverMason Reed
2025-10-03[WARP] Push added functions and types to network containers cacheMason Reed
2025-10-03[WARP] Add option to reset allowed tags in fetch dialogMason Reed
2025-10-03[WARP] Trim whitespace from server API keyMason Reed
2025-10-02[SVD] Improvements to loading fileMason Reed
2025-10-02[ObjC] Add support for removing runtime calls that perform retain count opera...Mark Rowe
2025-10-02Fix Rust formattingMark Rowe
2025-10-02[ObjC] Silence some more unnecessary loggingMark Rowe
2025-10-01[WARP] Enhanced network supportMason Reed
2025-09-29Fix Rust LowLevelILFunction owner function methodBrandon Miller