Let's build an MSP430 disassembler in Rust (Part 2)

Опубликовано: 04 Август 2026
на канале: Joe Rozner
69
2

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 picks up where part 1 left off and begins the implementation of parsing/decoding for single argument instructions as well as significant refactoring to the api.

Code can be found at https://www.github.com/jrozner/msp430....