-
Notifications
You must be signed in to change notification settings - Fork 11
Description
Hello, first of all, thanks for your work. I'm trying to use this extension with an ESP8266 image. I think I have succesfully installed both ghidra-xtensa extension and ghidra-esp8266 but I dont know how to use it. When I load the esp image in my project, there is no option to select ESP8266 in the format field, just 'raw binary'.
I have tried with ghidra 9.1.1, 9.2.1 with gradle 5 and latest ghidra 10.0.2 with gradle 7 and I always obtains the same result. I have installed the ghidra-esp8266 extension following these steps:
git clone the project into the Processors folder
move into GhidraESP8266_2
execute gradle -PGHIDRA_INSTALL_DIR=/path_to.../ghidra_10.0.2_PUBLIC/
I am doing anything wrong?
Could you please write a simple guide with a few steps explaining how to use this extension?
Thank you very much!