How to convert machine code to assembly code?

有些话、适合烂在心里 提交于 2019-12-25 01:27:53

问题


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

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!