问题
Please suggest me How to convert machine code to assembly code? excluding intel reference manual and dos debugger method?
回答1:
You can use any debugger, such as gdb, or any disassembler, such as IDA Pro Advanced.
There also are opensource ones, such as Agner Fog's objtool.
IDA Pro Advanced also has the Hexrays plugin, with which you can decompile code.
回答2:
look at this thread :
How might I convert Intel 80386 Machine Code to Assembly Language?
来源:https://stackoverflow.com/questions/5630926/how-to-convert-machine-code-to-assembly-code