esp32_image_parser icon indicating copy to clipboard operation
esp32_image_parser copied to clipboard

A toolkit for helping you reverse engineer ESP32 firmware.

Results 15 esp32_image_parser issues
Sort by recently updated
recently updated
newest added

Getting the following errors on a binary ``` Dumping partition 'ota_0' to ota_0_out.bin Unsure what to do with segment: PADDING Unsure what to do with segment: RTC_DATA Traceback (most recent...

Only combine iram0.vectors and iram0.text if both are present

Hello, I am trying to dump a esp32 binary image from a Xiaomi IR remote, unfortunately it isn't working. Any ideas why this is happening? (venv) [user@fedora esp32_image_parser-master]$ ./esp32_image_parser.py show_partitions...

Dumping partition 'app0' to app0_out.bin Unsure what to do with segment: BYTE_ACCESSIBLE, DRAM Unsure what to do with segment: RTC_IRAM Traceback (most recent call last): File "C:\Desktop\esp32_image_parser-master\esp32_image_parser.py", line 282, in...

Recently, I found myself needing to dump a firmware with the partition table at a location different from the standard one. I've made a modification that allows specifying the starting...

Hello Guys, Have you implemented rtc_iram. Error says : "Unsure what to do with segment: rtc_iram" Please help. Thanks

It would be really great to have support for other ESP32 chip variants, in particular the RISC-V-baed chips. I got the first step of selecting the "esp32c3" in LoadFirmwareImage, but...

`!!! Attention !!!` Do not merge, this is permanently Work in Progress (WiP) PR. Only for information. 1. This PR breaks ESP32 Xtensa compatibility 2. This PR requires latest MakeELF...

I get this error when I try to dump a partition: ``` ./esp32_image_parser.py create_elf flash.bin -partition app0 -output app0.elf Dumping partition 'app0' to app0_out.bin Traceback (most recent call last): File...