summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2024-09-05Add doc note for get_linear_disassembly API.Brian Potchik
2024-09-02Fix panic on dwarf import when an exception frame extends to the end of memoryGlenn Smith
2024-08-30Don't rebase DWARF info in overflowing situations.Alexander Taylor
This appears to fix a bug in a TriCore unit test for reasons I don't fully understand.
2024-08-30Fix warnings in lifting for C-SKY.Alexander Taylor
2024-08-30Add support for loading mipsel64 filesJosh Ferrell
2024-08-30Initial IDB/TIL import pluginRubens Brandao
2024-08-29Fix misc rust warningsMason Reed
2024-08-29Update load setting properties from rust pluginMason Reed
2024-08-29Fix open with options with rust pluginsMason Reed
2024-08-28Add RemoteFolder C++ APIsJosh Ferrell
2024-08-27Fix the CMakeLists.txt for bintxt viewMason Reed
2024-08-27Implement IHEX, SREC and TI-TXT viewsRubens Brandao
All bundled under the arch_bintxt/arch_bintext view plugin
2024-08-27Fix custom rust binary view's crashing when opening with optionsMason Reed
2024-08-27Fixed fall-through VMOV liftingGalen Williamson
Conditions were not cascading, caused instructions to generate il for multiple variants of VMOV
2024-08-27Cleaned up formatting on new and old codeGalen Williamson
2024-08-27Constraint NEON instructions using operation flagsMason Reed
Also fix some formatting issues
2024-08-27Use split registers for VMOVMason Reed
2024-08-27Fix VPOP not setting registersMason Reed
2024-08-27Fix VDIV constraints and lift VNEGMason Reed
2024-08-27Fix unconstrained VADD and VABSMason Reed
2024-08-27Lift VMRS and mark system registersMason Reed
System registers needed to be marked to prevent the registers from being passed as arguments
2024-08-27Lift VSUB, VDIV, VMUL, VFMAMason Reed
VSUB already existed but it was lifted as a regular SUB instruction
2024-08-27Lift more variants of VCVT and correct a missed variant caseMason Reed
2024-08-27Lift VSTMIA, VLDMIAMason Reed
2024-08-27Fix non R register groups referencing PC for 15th register indexMason Reed
Any usage of d15, s15, q15 was completely broken
2024-08-27Lift misc V_ thumb instrunctionsMason Reed
2024-08-27Lift VMOVMason Reed
2024-08-27Lift VLDR and VSTRMason Reed
2024-08-27Lift VPOP and VPUSHMason Reed
2024-08-27Fix getting incorrect S and D registers in lifted ilMason Reed
2024-08-27Remove duplicate conditional checks in v_ liftsMason Reed
2024-08-24Allow the user to modify the BV during initializationRubens Brandao
2024-08-22Specialize relocation warning for 32-bit/64-bit.Alexander Taylor
2024-08-22Use add/sub with overflow when rebasing, fix crash.Alexander Taylor
Found this while testing some MSP430 binaries with the new support being added. I had the logic correct, but forgot to tell Rust that overflow was expected.
2024-08-22Fix MSP430 lifting bugs causing crashes and errors.Alexander Taylor
2024-08-22Make MSP430 correctly load after ELF view.Alexander Taylor
2024-08-22Fix MSP430 dependencies.Alexander Taylor
2024-08-22Fix build error in MSP430, update README.Alexander Taylor
2024-08-22Add msp430 architectureJoe Rozner
2024-08-22Remove unused imports from websocket provider.Alexander Taylor
2024-08-22CMake: Generate a stub header for linking plugins without an installGlenn Smith
This patch has existed on the cpp sample plugin for a while, just finally merging it into api.
2024-08-21Fix thumb2 lifting of REVMason Reed
2024-08-21Fix progress function types in update.cppJosh Ferrell
2024-08-21Fix progress function types in binaryninjaapi.hJosh Ferrell
2024-08-21Fix progress function types in update.cppJosh Ferrell
2024-08-21Add progress context to load APIsJosh Ferrell
2024-08-21Fix symlink logic in rust api build on linuxJosh Ferrell
2024-08-20Update progress functions to use BNProgressFunction typedefJosh Ferrell
2024-08-20Initial support for per-function settings.Brian Potchik
2024-08-20DWARF: Recurse through DW_AT_abstract_origin when resolving typesJosh Ferrell