| Age | Commit message (Expand) | Author |
| 2025-03-19 | Register relocation handlers for KCView type | kat |
| 2025-03-06 | ARMv7: Fix lifting of instructions that use register-shifted registers | Josh Ferrell |
| 2025-03-06 | ARMv7: update test_lift.py and test.py | Josh Ferrell |
| 2025-03-06 | ARMv7: Add support for register-shifted registers | Josh Ferrell |
| 2025-02-13 | Add licensing check for Rust code | Mason Reed |
| 2025-02-12 | bugfix: ARM64: missing break in il.cpp's switch | Maxime Meignan |
| 2025-02-10 | [mips] Merging PR https://github.com/Vector35/binaryninja-api/pull/6013: addi... | Galen Williamson |
| 2025-02-06 | [mips] Fix decoding of MIPS ds*32 instructions, add lifting for MIPS drotr* i... | Galen Williamson |
| 2025-02-05 | Fixes: Unsupported ELF relocations: R_ARM_THM_MOVW_ABS_NC, R_ARM_THM_MOVT_ABS... | Galen Williamson |
| 2025-02-02 | Fix upper 16 registers not being listed in ARMv7 register list operand | Mason Reed |
| 2025-01-25 | Rust refactor | Mason Reed |
| 2025-01-17 | [thumb2] Fix #6328: "Invalid intrinsic lifting for MRS instruction: destinati... | Galen Williamson |
| 2025-01-15 | [aarch64] fix size of immediate arguments in intrinsic calls | Galen Williamson |
| 2024-12-16 | [ppc] merges PR Vector35/binaryninja-api#5176 (adds support for "psq" Quantiz... | Galen Williamson |
| 2024-12-14 | Pass length to free flag conditions list callback and remove libc from rust api | Mason Reed |
| 2024-12-13 | Bump supported rust version to 1.83.0 | Mason Reed |
| 2024-12-03 | Multiple fixes for HI16/LO16 relocs for MIPS64 | Brandon Miller |
| 2024-11-30 | Run `cargo fmt` on RISC-V architecture | Mason Reed |
| 2024-11-30 | Remove temp register in JALR RISC-V when unused | Mason Reed |
| 2024-11-30 | Update RISC-V function import recognizer | Mason Reed |
| 2024-11-29 | Fix RISC-V JALR lift when rs1==rd | Mitchell Johnson |
| 2024-11-25 | Fix shrx, shlx, sarx, rorx | yrp |
| 2024-11-25 | RISC-V: Implements MULH, MULHU, MULHSU lifting | Jean-Michel Deva |
| 2024-11-25 | Fix regression with MIPS_HI16/MIPS_LO16 relocs | Brandon Miller |
| 2024-11-19 | Fix MSP430 conditional jump lifting | Mason Reed |
| 2024-11-11 | Add actual logger api to rust | Mason Reed |
| 2024-11-06 | Fixes Vector35/binaryninja-api#5968: "PowerPC flag names no longer recognized... | Galen Williamson |
| 2024-11-05 | Updated capstone to 5.0.3 to fix xori instr lifting | Alex Mullins |
| 2024-11-04 | Fix undefined behavior with COFF relocations | Mason Reed |
| 2024-11-04 | Remove ability to panic on pre-initialized logger in rust | Mason Reed |
| 2024-10-30 | Undo whitespace changes from user MIPS reloc PR | Brandon Miller |
| 2024-10-30 | Implicit addends in MIPS do not seem to be honored. Adding the addend to the ... | James Hogan |
| 2024-10-23 | Calling Conventions for register specific arc functions | kat |
| 2024-10-14 | Update bindgen to 0.70.1 and remove untracked lockfiles | Mason Reed |
| 2024-09-14 | Add mpidr_el1 aarch64 sysreg | Josh Ferrell |
| 2024-09-13 | Fix many warnings | Josh Ferrell |
| 2024-09-13 | Ultimate. | Alexander Taylor |
| 2024-09-08 | Respect ELF view endianness when calculating AArch64 relocations | Michael Krasnitski |
| 2024-08-30 | Add support for loading mipsel64 files | Josh Ferrell |
| 2024-08-29 | Fix misc rust warnings | Mason Reed |
| 2024-08-27 | Fixed fall-through VMOV lifting | Galen Williamson |
| 2024-08-27 | Cleaned up formatting on new and old code | Galen Williamson |
| 2024-08-27 | Constraint NEON instructions using operation flags | Mason Reed |
| 2024-08-27 | Use split registers for VMOV | Mason Reed |
| 2024-08-27 | Fix VPOP not setting registers | Mason Reed |
| 2024-08-27 | Fix VDIV constraints and lift VNEG | Mason Reed |
| 2024-08-27 | Fix unconstrained VADD and VABS | Mason Reed |
| 2024-08-27 | Lift VMRS and mark system registers | Mason Reed |
| 2024-08-27 | Lift VSUB, VDIV, VMUL, VFMA | Mason Reed |
| 2024-08-27 | Lift more variants of VCVT and correct a missed variant case | Mason Reed |