mrlnstk | 1 day ago | on: Remote Firmware Injection in Popular Solar Inverters
mrlnstk's comments
mrlnstk | 29 days ago | on: Show HN: Ghidra MCP Server – 110 tools for AI-assisted reverse engineering
Interesting project. In one of our reverse engineering projects we used Gemini to interpret the decompiled C code. Worked really well. Hope to publish it next month.
page 1
Dumping the firmware depends on the chip. While playing around with these chips you will also get to know the tools. In this case „esptool“.
For me, most of it is learning by doing and being curious how these systems work. At the start you may do wrong assumptions about the system. But the more you research the clearer it gets.