summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2025-10-07copy supporrt for variable and stack sidebarsJordan Wiens
2025-10-07Remove old banners from DSC and KC pluginsMason Reed
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-06Add type attribute APIsRusty Wagner
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-03Add zero-copy data pointer access for BinaryData objects for API-side contain...Brian Potchik
2025-10-03Update IMG4 transform to use DecodeWithContext and synthesize a filename for ...Brian Potchik
2025-10-03Disable mpx mode in x86 as its been discontinued since 2019Peter LaFosse
2025-10-03Add DecodeWithContext method to Transform API layers.Brian Potchik
2025-10-02[Rust] Fix misc typoMason Reed
2025-10-02[Rust] Improvements to LLIL flag and intrinsic operationsJames Johnson
2025-10-02[SVD] Improvements to loading fileMason Reed
2025-10-02Support loading BNDBs from container files.Brian Potchik
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-02[Rust] Add support for activity eligibility predicates involving platformsMark Rowe
2025-10-02[MachO] Tweak handling of LC_FUNCTION_STARTSMark Rowe
2025-10-02Fix finding binaryninjacore for non-internal cmake buildsJosh Ferrell
2025-10-01Add MPL-2.0 to accepted licensesMason Reed
2025-10-01[WARP] Enhanced network supportMason Reed
2025-10-01Cleanup for some container format handling.Brian Potchik
2025-10-01Ensure that all members of LinearView and HexEditor are initializedMark Rowe
2025-10-01better handling for when utf8 decoding failsJordan Wiens
2025-09-30Make Project::{from_raw,ref_from_raw} pubJosh Ferrell
2025-09-30Initial support for opening container formats.Brian Potchik
2025-09-30Fix rust api formatting warningsJosh Ferrell
2025-09-29Fix rust warnings about lifetimes introduced by 1.89.0Josh Ferrell
2025-09-29Allow generating and linking to stubs from cmakeJosh Ferrell
2025-09-29Fix Rust LowLevelILFunction owner function methodBrandon Miller
2025-09-29Rust APIs needed for guided analysis modeBrandon Miller
2025-09-29Rust binding for LLVM MC disassemblerBrandon Miller
2025-09-29Treat .got.plt as read-only for HexagonBrandon Miller
2025-09-29Make rust il.undefined return a ValueExpr for use as a sub-exprBrandon Miller
2025-09-29Apply platform types on Hexagon statically linked binariesBrandon Miller
2025-09-29Add a new line disassembly text tokenBrandon Miller
2025-09-29Rust bindings for custom basic block analysisBrandon Miller
2025-09-26[ObjC] Don't assume that all calls to objc_msgSend have parametersMark Rowe