Hey guys,
I have recently acquired some x86 hex that I really want to decompile. The problem is when I acquired the hex, I had it stupidly saved in its text representation instead as a dump and now my normal decompiler program doesn't work with it. Does anyone know of a good tool that can allow textual input of hex and output C code? Heck, I would even be fine with an output of assembly though C code would be nicer.


Snuggles