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

Bug #8

Open MomoWolpertinger opened 5 years ago

MomoWolpertinger commented 5 years ago

In esp_elf.py in line 121 "raise Exception("can't find settings for %x" % (section_adddress))" a typo -> section_adddress -> section_address

zayfod commented 4 years ago

Fixed here: https://github.com/zayfod/esp-bin2elf