如何将机器代码转换为汇编代码? [英] How to convert machine code to assembly code?

查看:95
本文介绍了如何将机器代码转换为汇编代码?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

请建议我如何将机器代码转换为汇编代码?不包括 intel 参考手册和 dos 调试器方法?

Please suggest me How to convert machine code to assembly code? excluding intel reference manual and dos debugger method?

推荐答案

您可以使用任何调试器,例如 gdb,或任何反汇编器,例如 IDA Pro Advanced.

You can use any debugger, such as gdb, or any disassembler, such as IDA Pro Advanced.

还有开源的,比如 Agner Fog 的 objtool.

There also are opensource ones, such as Agner Fog's objtool.

IDA Pro Advanced 也有 Hexrays 插件,你可以用它来反编译代码.

IDA Pro Advanced also has the Hexrays plugin, with which you can decompile code.

这篇关于如何将机器代码转换为汇编代码?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆