| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2025-07-02 | [Rust] Make some core handles public | Mason Reed | |
| This is a requirement if we want rust plugins to expose sane FFIs | |||
| 2025-07-01 | Python: Sample Limoncello CFF unflattening workflow | Glenn Smith | |
| Mostly just as a demonstration of rewriting MLIL, less about ACTUALLY deobfuscating the target | |||
| 2025-07-01 | Python: Collect and pass mappings when copying MLIL functions | Glenn Smith | |
| 2025-07-01 | Python: Add MLIL to copy_expr test workflow | Glenn Smith | |
| 2025-07-01 | Python: MLILFunction translate() and instr copy_to | Glenn Smith | |
| 2025-07-01 | Python: Implement MLIL.copy_expr_to | Glenn Smith | |
| 2025-07-01 | Python: get_instruction_index_for_expr for all ILs | Glenn Smith | |
| 2025-07-01 | Make constructing an MLILFunction require an LLILFunction | Glenn Smith | |
| 2025-07-01 | ui: resolve some more invalid instr cases | Ryan Snyder | |
| 2025-07-01 | Fix heap corruption in default ABB | Brandon Miller | |
| 2025-07-01 | Python bindings for custom basic block analysis | Brandon Miller | |
| 2025-07-01 | Python: Add LLILFunction.get_instruction_index_for_expr | Glenn Smith | |
| 2025-07-01 | args_render_layer example: Fix python errors | Glenn Smith | |
| 2025-07-01 | Python: Update IL Function repr()s | Glenn Smith | |
| 2025-07-01 | Make StackRenderLayer not wait for IL generation | Glenn Smith | |
| 2025-07-01 | Python: Report get_instruction_start returns InstructionIndex | Glenn Smith | |
| 2025-07-01 | Python: Fix detailed_operands on *callUntyped | Glenn Smith | |
| 2025-07-01 | Python: Fix MLIL add_label_map | Glenn Smith | |
| 2025-07-01 | Python: Fix various MLIL expr operand names and types | Glenn Smith | |
| 2025-07-01 | Python: Couple minor typing tweaks | Glenn Smith | |
| 2025-07-01 | Python: Fix indentation on some MLIL classes | Glenn Smith | |
| 2025-07-01 | Python: Fix MLIL call params types | Glenn Smith | |
| 2025-07-01 | Python: MLIL add assert_expr and force_ver | Glenn Smith | |
| 2025-07-01 | Python: Fix copy_to for LowLevelILOperation.LLIL_REG_STACK_FREE_REL | Glenn Smith | |
| 2025-07-01 | Python: Add LLIL for assert, force_ver | Glenn Smith | |
| 2025-07-01 | Fix scripting console losing edited text when navigating history | Glenn Smith | |
| 2025-06-30 | [powerpc] Adjust default decoding modes in disassembler.cpp to improve ↵ | Galen Williamson | |
| coverage of instruction table in assembler.cpp | |||
| 2025-06-30 | Fix busted stringify_unicode_data python API. | Brian Potchik | |
| 2025-06-30 | [x86] Fixes #6628: "sysret should be considered a terminator #6628" by ↵ | Galen Williamson | |
| lifting XED_ICLASS_SYSRET* instructions as returns to RCX | |||
| 2025-06-30 | Add Checkbox input support to python api | Alexander Khosrowshahi | |
| 2025-06-30 | Add functions for toggling full filesize in project browser | Alexander Khosrowshahi | |
| 2025-06-30 | Add raw file size setting to projectbrowser | Alexander Khosrowshahi | |
| 2025-06-29 | [powerpc] Full merge of PowerPC disassembler PRs, including: | Galen Williamson | |
| * Remove dependency on capstone for PowerPC disassembly #6292 * Add support for PowerPC VLE instruction set #6740 * Add support for paired-single instructions #6821 * Various post-merge fixes and tweaks to disassembly and lifting * Removal of dependence on capstone for assembler's scoring mechanism (capstone currently disabled, but not removed from codebase yet) | |||
| 2025-06-29 | Fix invalid memory free for ArchAndAddr list in C++ API. | Brian Potchik | |
| 2025-06-28 | Fix psuedo-c semicolon highlighting in ternary operations | Alexander Khosrowshahi | |
| 2025-06-28 | Add support for ternary simplification in Psuedo C and disable in graph view | Alexander Khosrowshahi | |
| 2025-06-27 | Support projects in form file dialog | Mason Reed | |
| 2025-06-27 | [RTTI] Fix itanium vft analysis adding misaligned functions for thumb2 | Mason Reed | |
| Fixes https://github.com/Vector35/binaryninja-api/issues/6959 | |||
| 2025-06-27 | Update docs. | Brian Potchik | |
| 2025-06-26 | Add dataflowquery option to allow reading writable memory | Glenn Smith | |
| 2025-06-26 | Fold the base structure fields in the create structure dialog by default. ↵ | Xusheng | |
| Fix https://github.com/Vector35/binaryninja-api/issues/4268 | |||
| 2025-06-25 | Add workflow eligibility settings to quick settings menu by default. | Brian Potchik | |
| 2025-06-25 | Fix Ref comparison operators | Rusty Wagner | |
| 2025-06-25 | Fix const correctness error on Linux. | Alexander Taylor | |
| Apparently GCC will fail the build for this in C++20. | |||
| 2025-06-25 | Temporary fix for Rust API. | Alexander Taylor | |
| This...should probably not be done this way. But, at least we don't fail clippy now. | |||
| 2025-06-25 | Fix compiler warnings in PDB type parser. | Alexander Taylor | |
| 2025-06-25 | cmake: binaryninjaui depends on binaryninjaapi | Eric Kilmer | |
| Fixes building the uinotification example that only links against `binaryninjaui`. Without this fix, there's a compilation error about not finding `binaryninjaapi.h`: ``` In file included from binaryninja-api/examples/uinotification/uinotification.cpp:2: In file included from binaryninja-api/examples/uinotification/uinotification.h:3: binaryninja-api/ui/uicontext.h:8:10: fatal error: 'binaryninjaapi.h' file not found 8 | #include "binaryninjaapi.h" | ^~~~~~~~~~~~~~~~~~ 1 error generated. ``` | |||
| 2025-06-25 | Fix reported `cargo fmt` errors from Rust CI. | Alexander Taylor | |
| 2025-06-25 | Fix build error on Windows due to defined min/max. | Alexander Taylor | |
| This is so dumb. | |||
| 2025-06-25 | Fix cxx20 build issue on Linux. | Alexander Taylor | |
| Apparently the compiler on macOS is less strict about this change? | |||
