Releases: joshwatson/binaryninja-msp430
Releases · joshwatson/binaryninja-msp430
msp430 Architecture v0.6
- Fix backwards comparisons for JHS and JLO
msp430 Architecture v0.5
- Updated to new 3.0 API
msp430 Architecture v0.4
Initial release of this plugin for use in the Plugin Manager.
- Completely refactored to separate the disassembler and lifter from the Architecture class
- Improved readability
- Now lifts
dint
in a tight loop as anoreturn
instruction
Version 0.1b
Initial release of the MSP430 Binary Ninja Architecture plugin.
Known Issues
- LLIL
if_expr
does not identify branch conditions based on flags, like in the x86 and similar Architectures. - LLIL not implemented for
dadd
anddaddc
instructions - Most pseudoinstructions are not implemented; in particular, move instructions that modify
pc
are not identified as unconditional branch instructions yet.