Files
adsp219x-re/r2plugin
Siggi 549eaa1e7a Complete ADSP-219x radare2 arch plugin - Full ISA implementation
- All 37 instruction types supported (NOP, Imm loads, Jump/Call, Return, Multifunction)
- Correct register mappings for ALU, MAC, and DAG operations
- Delayed branch flag support
- Proper condition code decoding
- Clean 24-bit disassembly with proper alignment
- No unknown opcodes for the implemented types
2026-04-12 15:57:12 +00:00
..
2026-04-12 14:28:20 +00:00

ADSP-219x radare2 Plugin

Dieses Plugin fügt ADSP-2191 Support zu radare2 und iaito hinzu.

Kompilieren & Installation

Da der Zielrechner air-gapped ist, stelle sicher, dass gcc und radare2-dev (oder Header) installiert sind.

cd r2plugin
make
make install

Nutzung

Lade dein ROM mit dem -a (Architecture) und -b (Bits) Schalter:

r2 -a adsp219x -b 24 firmware_dump.bin

In iaito:

  1. Datei öffnen
  2. Architecture: adsp219x (im Dropdown suchen oder tippen)
  3. Bits: 24

Features

  • Volle 24-bit Instruktionsbreite
  • Unterstützung für Multifunktions-Compute (ALU/MAC)
  • Anzeige von Delayed-Branch (DB) Flags
  • Jump-Adressen Decodierung