Can I download running code from moteino?

Started by SanG, June 19, 2017, 12:55:10 PM

SanG

Hello guys,

Does anyone know how to view or download the existing (running) code of a moteino?

Thanks

Felix

What exactly is "existing (running) code of a moteino" ?

SanG

What I am referring to"running code" is the program script that has been recently uploaded into the moteino. I want to see which script is running inside the moteino and download/copy/update as per needed. I am working on wireless sensor networking using moteino and actually I lost my program scripts. Hence I want to copy the recent code that I uploaded inside the moteino. 

Felix

Your moteino flash memory will obviously not contain your sketch, but compiled machine code. Which, if you have to ask, is basically impossible to reverse engineer into your original sketch. Even if you tried to decompile that code you'd get a very different code structure that was the result of optimizations.

SanG