Introduction - If you have any usage issues, please Google them yourself
There are two kinds of files, one is a text file, the other is a program binary, which can be displayed in hexadecimal code, known as hex files.
1, text Hex file generally do not need to switch to the C language, is more of a binary program, using hexadecimal display, can be converted to the C language, generally use the corresponding disassembler to implement, this tool is very much, different platforms is slightly different.The most commonly used Windows platforms are OllyDbg, Windbg, IDA, and the most widely used Linux platforms are the GDB and the Linux version of IDA.