I have a hex file for the Atmel 89C51RC2 microcontroller. Can anyone please tell me if it is possible to get my hex back to the source code? Thanks for your time.
Printable View
I have a hex file for the Atmel 89C51RC2 microcontroller. Can anyone please tell me if it is possible to get my hex back to the source code? Thanks for your time.
Its not possible. All languages C, C++, Delphi, VB, etc create a file. So you have no way of knowing which language the file is. Further more, there is more than one way of accomplishing most things in asm, so different compilers will transform the same code into different asm. The best you can do is interpret the file as asm.