Building a Binary Ninja architecture plugin for msp430 (part 2)

Опубликовано: 30 Июль 2026
на канале: Joe Rozner
81
0

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 after the first continuing to dig into the Binary Ninja Rust API. Most of this session is spent building out a minimal plugin that prints via the logger to prove that loading works and debugging linker issues with the Windows linker. The end result is a fully loadable plugin that Binary Ninja calls and executes.

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