Skip to content

Instantly share code, notes, and snippets.

@Kungergely
Created December 1, 2019 23:34
Show Gist options
  • Save Kungergely/16359f8aa7c46fe9cc4af47f58a511b1 to your computer and use it in GitHub Desktop.
Save Kungergely/16359f8aa7c46fe9cc4af47f58a511b1 to your computer and use it in GitHub Desktop.
Dumping the contents of the flash ROM (1 MB) for obtaining passwords, configuration data etc.
esptool.py -p COM5 -b 115200 read_flash 0x000000 0x100000 dump.bin
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment