summaryrefslogtreecommitdiff
path: root/plugins
AgeCommit message (Expand)Author
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
2025-07-17[WARP] Add adjustable thread pool for project signature creationMason Reed
2025-07-17[WARP] Stop showing the time it took to match if it is under a secondMason Reed
2025-07-17[WARP] Fix function comment retrieval in python APIMason Reed
2025-07-17[WARP] Fix skipping warp files in projectsMason Reed
2025-07-15[WARP] Misc improvementsMason Reed
2025-07-15[WARP] Fallback to using segment information for relocatable rangesMason Reed
2025-07-15[WARP] Add network containerMason Reed
2025-07-15[Rust] Add `BinaryView::search` and friendsMason Reed
2025-07-15[WARP] Add more options to creating signatures in projectsMason Reed
2025-07-15[WARP] Add example of creating signatures headlessly in pythonMason Reed
2025-07-15[Rust] Misc formattingMason Reed
2025-07-15[WARP] Add `IsInstructionComputedVariant` APIMason Reed
2025-07-15[WARP] Filter out LLIL_JUMP artifacts in lifted ILMason Reed
2025-07-15Move LLIL instruction retrieval into the LLIL function where it belongsMason Reed
2025-07-14Revert "Update Objective-C Workflow to use the meta workflow."Brian Potchik
2025-07-14Update Objective-C Workflow to use the meta workflow.Brian Potchik
2025-07-13[ObjC] Handle LLIL_TAILCALL instructions when analysis.objectiveC.resolveDyna...Mark Rowe
2025-07-13[ObjC] Handle tail calls to objc_msgSend when applying call type adjustmentsMark Rowe
2025-07-13[ObjC] Fix an off-by-one error that would skip inlining of the first objc_msg...Mark Rowe