MSP430 is a low powered RISC architecture created by TI for embedded systems and is also the architecture used by the microcorruption binary exploitation based wargame. This session utilizes the loadable module from the last and begins integration of the msp430-asm library built earlier to start decoding and print instructions. With still a lot of boiler plate required and a number of bugs the focus here is primarily to get instruction printing to work via the logger while in the future we'll begin getting it to print within the actual disassembly listing.
Code can be found at:
https://www.github.com/jrozner/msp430...
https://www.github.com/jrozner/binja-...