jsandin / esp-bin2elf

Converts a flash dump from an esp8266 device into an ELF executable file for analysis and reverse engineering.
81 stars 13 forks source link

Support generation of elfs for subsequent bootloader stages #4

Open jsandin opened 7 years ago

jsandin commented 7 years ago

The built in bootloader launches a 2nd stage bootloader that in turn runs a 3rd stage bootloader. Add explicit support for generating elf files for both these stages.

zayfod commented 4 years ago

I think this is addressed with the added support for 0xea headers here: https://github.com/zayfod/esp-bin2elf