Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Arduino disassemble sketch from flash

I have an Arduino device witch has a sketch loaded on it. My question is can I read the sketch from the memory (hex file) and the dissansamble it ?

like image 399
opc0de Avatar asked Jan 27 '26 11:01

opc0de


1 Answers

Yes. I would recommend you use ReAVR: http://www.avrfreaks.net/index.php?func=viewItem&item_id=272&module=Freaks%20Tools

To get the HEX file, use an in system programmer like the AVR ISP MKII and use AVR Studio to read the hex directly.

like image 149
user2461391 Avatar answered Jan 30 '26 01:01

user2461391