10 years, 4 months ago.

Extract the code from bin file

Hi, I want to get the code information back from my bin file. Since I changed the code and now there is some bug which I am trying to find. Is there any way to get the original code back from the bin file?

1 Answer

10 years, 4 months ago.

The sort answer is NO !!

The contents of the Flash are going to be in machine code, This might be OK for a small PIC, or similar, but the probability of ANYONE tuning the machine code back to 'C++' is small (i am guessing really small)

don't forget that there is a MASSIVE amount of code, in printf, never mind what is in the MBED lib..

Sorry for that,

Ceri.