summaryrefslogtreecommitdiff
path: root/plugins
AgeCommit message (Expand)Author
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
2025-09-26[ObjC] Don't assume that all calls to objc_msgSend have parametersMark Rowe
2025-09-25[ObjC] Don't log when encountering an objc_msgSendSuper2 call from Swift codeMark Rowe
2025-09-17[ObjC] Propagate type information from calls to `[super init]`Mark Rowe
2025-09-15Deprecate some Rust MediumLevelILFunction methods in favor of Function implem...Josh Ferrell
2025-09-03Fix idb_import invalid offset in EoF hitrbran
2025-09-03Update idb_import idb-rs to 0.1.12rbran
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
2025-09-03[WARP] Do not show the report in the UI if file is very largeMason Reed
2025-09-03[WARP] Only merge chunks in create from view command if an existing file was ...Mason 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-08-27Rewrite Obj-C workflow in RustMark Rowe
2025-08-21Add support for automatically loading PDB/DWARF info from sibling files in pr...Josh Ferrell
2025-08-20[Rust] Misc formatting fixesMason Reed
2025-08-20Deprecate Workflow::Instance in favor of Workflow::Get and Workflow::GetOrCreateMark Rowe
2025-08-18Fix loading local variables from DWARF in non-relocatable imagesJosh Ferrell
2025-08-14[Mac] Consistently specify rpaths for plug-insMark Rowe
2025-08-13[WARP] Use type-safe activity configurationMark Rowe
2025-08-13[SVD] Use type-safe activity configurationMark Rowe
2025-08-13[Rust] Add builder API for creating workflowsMark Rowe
2025-08-08Update remaining projects to C++20Mark Rowe
2025-08-08[WARP] Move symbol and comment application to when matched functions are inse...Mason Reed
2025-08-06[Rust] Take download callbacks by reference to avoid boxingMason Reed
2025-08-03[Rust] Misc formattingMason Reed
2025-08-01Add LogForException APIs to pass stack trace information separate from the me...Rusty Wagner
2025-07-30Add dependency tracking to the Python code generationMark Rowe
2025-07-30[CMake] Specify CONFIGURE_DEPENDS for all file(GLOB ..)Mark Rowe
2025-07-29Add support for declarative downstream dependencies to workflow system.Brian Potchik
2025-07-28[Rust] Misc formattingMason Reed
2025-07-28[WARP] Fix user annotations being overriden by WARP annotationsMason Reed
2025-07-28[WARP] Update snapshots following regression fixMason Reed
2025-07-24[IDB Import] Fix base address translationrbran
2025-07-23[WARP] Generate function guids for mach-o objective-c binariesMason Reed
2025-07-21[WARP] Misc formatting fixesMason Reed
2025-07-21[WARP] Fix sidebar run matcher icon not resetting to idleMason Reed
2025-07-21[WARP] Fix UI hanging when matched function sidebar updates with >50k matched...Mason Reed
2025-07-21[WARP] Add warning if trying to run matcher on database with no function guid...Mason 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-21Add _warpcore.py to .gitignoreMason Reed
2025-07-17[WARP] Make the sidebar highlights not blindingMason Reed
2025-07-17[WARP] Update snapshots following plural lifted IL retrieval fixesMason Reed
2025-07-17[WARP] Construct a minimal version of the function object when user only want...Mason Reed