summaryrefslogtreecommitdiff
path: root/plugins
AgeCommit message (Expand)Author
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
2025-07-10Improve DWARF local variable recoveryJosh Ferrell
2025-07-09Improve DWARF local variable offset calculationJosh Ferrell
2025-07-08[RTTI] Fix leak of BackgroundTaskMark Rowe
2025-07-06[WARP] Fix tag type creation marking the view as modifiedMason Reed
2025-07-06[WARP] Recover register variables and re-add tags to matched functionsMason Reed
2025-07-04[WARP] Fix possible skipped instructions when multiple IL expressions are app...Mason Reed
2025-07-04[RTTI] Fix vtables straddling section boundaries causing a OOB exceptionMason Reed
2025-07-04[WARP] Remove warning about missing sections for Raw viewMason Reed
2025-07-03Temporarily disable tags for WARP functions tag types are not thread safeMason Reed
2025-07-02[WARP] Fix rpath for warp UI on linuxMason Reed
2025-07-02[WARP] Make plugin commands more discoverableMason Reed
2025-07-02[WARP] Fix headless builds depending on binaryninjauiMason Reed
2025-07-02Fix Objective-C dynamic dispatch setting.Brian Potchik
2025-07-02WARP 1.0Mason Reed
2025-07-02Add highlight render layer to WARPMason Reed
2025-07-02Move instruction filters out of `basic_block_guid` and make them publicMason Reed
2025-07-01Make StackRenderLayer not wait for IL generationGlenn Smith
2025-06-27[RTTI] Fix itanium vft analysis adding misaligned functions for thumb2Mason Reed
2025-06-25Fix compiler warnings in PDB type parser.Alexander Taylor
2025-06-25Fix reported `cargo fmt` errors from Rust CI.Alexander Taylor
2025-06-25Update CXX_STANDARD to 20.Alexander Taylor
2025-06-25Remove implicit conversions from Confidence to underlying type, these can cau...Rusty Wagner
2025-06-23Move workflow_objc to API repo, remove CFString & relptr rendererskat
2025-06-13[Rust] Fix dwarfdump not buildingMason Reed
2025-06-13[Rust] Misc API additions/docs and formatting fixesMason Reed
2025-06-05Stack Offset render layer: Use AnnotationToken to fix Edit InstructionGlenn Smith
2025-06-05Fix running in headless modeMichael Krasnitski
2025-06-05Fix incorrect paths in EFI ResolverMichael Krasnitski
2025-05-27Misc rust formattingMason Reed
2025-05-27update idb_import idb-rs to 0.1.10rbran
2025-05-26Fix crash when exporting DWARF failsJosh Ferrell
2025-05-23Add aliases for the RTTI/VFT analysis activities.Brian Potchik
2025-05-23[RTTI] Fix exception in binary with a erroneous class hierarchy descriptorMason Reed
2025-05-23[RTTI] Fix typo in some log callsMason Reed
2025-05-22[RTTI] Catch uncaught exceptions to let analysis finish in the event of an th...Mason Reed
2025-05-17[RTTI] Fix crash with zeroed base class descriptorMason Reed
2025-05-16Fix crash with invalid vtable info when processing MSVC vftablesMason Reed
2025-05-13[CMake] Report compatibility with 3.15 to silence deprecation warningsGlenn Smith
2025-05-12[Rust] Remove `NonSSAVariant` bound from `LowLevelILFunction`Mason Reed
2025-05-12[Rust] Implement custom interactive handlerrbran
2025-05-12[Rust] Reduce usage of `IntoCStr` in function signaturesMason Reed
2025-05-12[Rust] More cleanup regarding `BnString`Mason Reed