Skip to content

Latest commit

 

History

History
6 lines (6 loc) · 394 Bytes

README.md

File metadata and controls

6 lines (6 loc) · 394 Bytes

this project is about extracting the source code out of a esp flaser.exe

That flashes a ESP8266EX chip with custom firmware but I want to modify the firmware.
So I can add new features.
The source code for the firmware is ether just python or micropython.
I have already extracted the exe and got the firmwar.bin.
Now I just need to find a way to decompile it.