CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Jan 2004
    Location
    UK
    Posts
    0

    Hex back to Source

    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.

  2. #2
    Join Date
    Dec 2001
    Location
    Ontario, Canada
    Posts
    2,236
    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.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured