Skip to content

Releases: joshwatson/binaryninja-msp430

msp430 Architecture v0.6

02 Feb 22:56
Compare
Choose a tag to compare
  • Fix backwards comparisons for JHS and JLO

msp430 Architecture v0.5

02 Feb 04:05
Compare
Choose a tag to compare
  • Updated to new 3.0 API

msp430 Architecture v0.4

06 Sep 17:56
Compare
Choose a tag to compare

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 a noreturn instruction

Version 0.1b

10 Oct 14:17
Compare
Choose a tag to compare

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 and daddc instructions
  • Most pseudoinstructions are not implemented; in particular, move instructions that modify pc are not identified as unconditional branch instructions yet.