jsandin / esp-bin2elf

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

EspRomHeader.get_header: unrecognized magic_number %s #9

Open fake991 opened 4 years ago

fake991 commented 4 years ago

hello, after starting the python file I get this error:

EspRomHeader.get_header: unrecognized magic_number %s

can someone help me?

delisyd commented 4 years ago

Same problem here. Could it be possible to debug this in order to detect which magic number i have?