summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2026-06-06Better MIPS n32 support.Alexander Taylor
2026-06-06Add little-endian octeon mips archJonathan Eskeldson
2026-06-05Fix some Rust formattingMark Rowe
2026-06-05[aarch64] Emit abs, min, and max instructions during liftingMark Rowe
2026-06-05Add abs, min, and max instructionsMark Rowe
2026-06-05[aarch64] Fix incorrect lifting of double precision FMOV immediateMark Rowe
2026-06-05Bump core ABI versions after adding new instructionsMark Rowe
2026-06-04[armv7] Emit bswap, clz, and rbit instructions during liftingMark Rowe
2026-06-04[x86] Emit bswap, popcnt, clz, and ctz instructions during liftingMark Rowe
2026-06-04[aarch64] Emit bswap, popcnt, clz, ctz, cls, and rbit instructions during lif...Mark Rowe
2026-06-04Add bswap, popcnt, clz, ctz, cls, and rbit instructionsMark Rowe
2026-06-04Fix defaultarch not pointing at the api directoryGlenn Smith
2026-06-04Move FindBinaryNinjaCore.cmake's error message to apiGlenn Smith
2026-06-02Fix unbounded recursion in function inliningBrandon Miller
2026-06-02[Objective-C] Improve bounds checking on UTF8 cf stringsMason Reed
2026-06-02Add support for multiple global pointer registersBrandon Miller
2026-05-29[Python] Ensure that BNFreeParseError is used to free the error returned by B...Mark Rowe
2026-05-29Improve consistency in how string lists are allocated in API entrypointsMark Rowe
2026-05-28Remove unused path manipulation functions from C APIMark Rowe
2026-05-28[Objective-C] Fix horrid bounds checking from previous fixMason Reed
2026-05-28[ELF] Fix MIPS symbol lookup hang with malformed symbol table entryMason Reed
2026-05-28[RTTI] Add a fast-fail to the Itanium RTTI parser for large unbacked sectionsMason Reed
2026-05-28[PE] Add a fast fail for malformed PE exception directory table sizeMason Reed
2026-05-28[Rust] Misc formattingMason Reed
2026-05-28[Objective-C] Fix misc crashes for bad input binariesMason Reed
2026-05-28[WARP] Fix race condition with sidebar deletion with analysis completion even...Mason Reed
2026-05-28[Windows] Fix x64 platform view init race conditionMason Reed
2026-05-27Guard disposed BinaryView handlesPeter LaFosse
2026-05-27add better syntax highlighting for code blocksJordan Wiens
2026-05-27fix python plugin install api to default to latest versionJordan Wiens
2026-05-27Pull lambdas out into separate functions.Alexander Taylor
2026-05-27Better handling for shared cache files in projects.Alexander Taylor
2026-05-27Explain why original shared cache files are needed.Alexander Taylor
2026-05-27Improve UX when loading shared cache.Alexander Taylor
2026-05-27Apply symbols and types to TMS320C6x ELFsBrandon Miller
2026-05-27Rust APIs for custom function liftersBrandon Miller
2026-05-26[Rust] Fix misc clippy lintsMason Reed
2026-05-26[Rust] Misc formattingMason Reed
2026-05-26[PDB] Fix crash when no default calling convention is registeredMason Reed
2026-05-26[WARP] Fix crash when no default calling convention is registeredMason Reed
2026-05-22Refactor calling convention Rust API to allow default implementationsRusty Wagner
2026-05-22Update documentation for calling convention changesRusty Wagner
2026-05-22Function signature table in edit function dialogRusty Wagner
2026-05-22Implement return value location handling for x86/x86_64 ELF ABIRusty Wagner
2026-05-22Initial support for Go and Pascal calling conventionsRusty Wagner
2026-05-22Add handling of structure returns and parameters in Windows x86/x64 calling c...Rusty Wagner
2026-05-22Add handling of structure returns and parameters in aarch64 calling conventionRusty Wagner
2026-05-22Refactor calling conventions to support correct representation of structuresRusty Wagner
2026-05-22Extend MLIL call instruction outputs to be expressionsRusty Wagner
2026-05-22Fix stub generator to be less picky about leading indentationRusty Wagner