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

Populate .irom0text.bin with SDK code from flash dump #2

Closed jsandin closed 7 years ago

jsandin commented 7 years ago

esp-bin2elf puts the whole flash dump into the .irom0.text section - it should instead put only the SDK code (from the flash dump itself) into this section.

jsandin commented 7 years ago

This is tested and working - closing.