Reading Back the Source code

Thread Starter

jj_alukkas

Joined Jan 8, 2009
753
Hello,

Is it possible to read back a program which is stored in a pic 16f72 to get its code?? By any circuits or anything??
 

thatoneguy

Joined Feb 19, 2009
6,359
If code protection isn't enabled, you can read the hex file, then view the disassembled output. Variable names, functions, etc don't come back in the form they were written depending on optimizations made, though.
 
Top