I have a hex file that is to be flashed onto an Atmel chip running on an Arduino device.
There are certain aspects of this file that I would like to modify before putting it onto my Arduino, but I don't have the source C++; just the hex file.
Is there any efficient way to take a .hex file and reassemble the C code? If so, how?