Use this forum to chat about hardware specific topics for the ESP8266 (peripherals, memory, clocks, JTAG, programming)

User avatar
By GerryTitan
#87235 Hi,

Does anyone know of a good way to convert from the EPS8266's binary to an elf file? I know that the ESP8266's toolchain includes tools like xtensa-lx106-elf-objcopy, and it seems like this may be able to do the conversion, but I'm not sure. I have also tried tools like esp-bin2elf which seem promising, but only appear to decompile the BootROM. So my question is, does anyone have experience decompiling an entire flash dump of the ESP8266? I am quite new to all this.

Thanks.