yath / ghidra-xtensa

Tensilica Xtensa processor module for Ghidra
MIT License
102 stars 34 forks source link

New release request / file import error #8

Open KWolfe81 opened 2 years ago

KWolfe81 commented 2 years ago

Any chance you could compile and post a new release? The last one is 3 years old.

Using release 0.3 and attempting to import an ESP32 binary to ghidra, I get the following error:

image

SoulRaven commented 2 years ago

same error here for ESP8266

sgtsigsegv commented 2 years ago

No fix for this?

Agoines commented 2 years ago

I run it like this

$ cd ghidra/Ghidra/Processors
$ git clone https://github.com/yath/ghidra-xtensa Xtensa
$ cd Xtensa
$ make
$
seaky commented 1 year ago

Ghidra 10.x is not compatible with this cpu definition I switched to 9.x and it worked for me.