how can converted hex file to c language? plz information and solution vie email. can change in editing and reading in binary language? how can converted hex file to binary language?
Convert a C source file directly to hex. Then you can "unhex" it and get back your C source file.
Compile the C source file to a binary application and make that into "hex". Then you can not "unhex" and get back any source file - just a binary file.
Compilation of the C sources are a lossy operation. It's possible to convert from hex file to binary file. It's possible to disassemble the binary file into very ugly assembler. That assembler file is very hard to read because the compiler will do lots of interesting rearrange of assembler instructions during the optimization phase while compiling the C source code.
So - get the specifications for the product and start writing C source code. That's normally the fastest way to recreate C code when the code is lost. And the only way that is at least nearly legal in case the program code license is owned by some other company/person.
you post with a meaningless summary.
you request a response via email but you neglected to give an email address.
you ask some odd questions.
not very promising.