Requires Ghidra 10.3 Includes changes from https://github.com/dynacylabs/ghidra-xtensa
NOTE! Ghidra Version 11.0 now includes Xtensa support, so this repo is not needed.
$ cd $(GHIDRA_INSTALL_DIR)/Ghidra/Processors
$ git clone https://github.com/Ebiroll/ghidra-xtensa Xtensa
$ cd Xtensa
$ make
$
Or download a pre-built release and unzip it to Ghidra/Processors
.
- Probably a lot in instructions I did not yet happen to encouter. Pull requests appreciated.
- Windowed Register Option (Not implemented)
- MAC16 Option (Implemented, could be improved)
- Loop Option (Implemented, could be improved)
- ESP8266/ESP32 image loaders (esp32_flash_loader project exists, possibly integrate)