This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

HeX to C....

Can we convert HEX code to C code? Is there any tools avaliable?

with thanks,
Karthik

Parents
  • Ok, this is a little more tricky than the OP might have though.

    But I can now read in a hex file and produce an output of:

    int main(int argc, char *argv[])
    {
      return(0);
    }
    

    I've done the complicated part, but I'll have to bow out due to me having too many other commitments.

    Anyone want to take the project over?

Reply
  • Ok, this is a little more tricky than the OP might have though.

    But I can now read in a hex file and produce an output of:

    int main(int argc, char *argv[])
    {
      return(0);
    }
    

    I've done the complicated part, but I'll have to bow out due to me having too many other commitments.

    Anyone want to take the project over?

Children
No data