index
:
public/binaryninja-api.git
extended-rust-llil
[no description]
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
armv7
/
thumb2_disasm
/
il_thumb2.cpp
Age
Commit message (
Expand
)
Author
2025-01-17
[thumb2] Fix #6328: "Invalid intrinsic lifting for MRS instruction: destinati...
Galen Williamson
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
2024-08-27
Lift VSTMIA, VLDMIA
Mason Reed
2024-08-27
Fix non R register groups referencing PC for 15th register index
Mason Reed
2024-08-27
Lift misc V_ thumb instrunctions
Mason Reed
2024-08-27
Lift VMOV
Mason Reed
2024-08-27
Lift VLDR and VSTR
Mason Reed
2024-08-27
Lift VPOP and VPUSH
Mason Reed
2024-08-27
Fix getting incorrect S and D registers in lifted il
Mason Reed
2024-08-21
Fix thumb2 lifting of REV
Mason Reed
2024-03-05
Move architecture modules into the API repo
Rusty Wagner