disassembly.txt conversion to .ino or other C/C++

Hi everyone,

I have recently pulled a disassembly.txt file from my Arduino mega using avrdude commands. I now have a dissasembly.txt, and would love it if anyone could instruct me on how to convert that into a readable format like .ino or C/C++?

Any help would be much appreciated!

1 Like

(deleted)

Turning a compiled binary back into readable code requires information that is not contained within the binary. It cannot be done (allowing exceptions for truly trivial code, ofc)