是否有一个命令行工具来拿到机器code的汇编指令? [英] Is there a command line tool to get the machine code for an assembly instruction?

查看:136
本文介绍了是否有一个命令行工具来拿到机器code的汇编指令?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

0x042444FF; /* inc dword ptr [esp+4] */

我需要这个工具来了解哪部分的手段 INC DWORD ,反之亦然。

推荐答案

您可以使用 objdump的工具'反编译'可执行的二进制回装配code虽然因为可能的优化的,所得到的组件code可以不一样的原始组件(但他们应该在本质上类似)。

You can use the objdump tool to 'decompile' an executable binary back to assembly code, though because of possible optimisations, the resulting assembly code may not be the same as the original assembly (but they should be similar in essence).

这篇关于是否有一个命令行工具来拿到机器code的汇编指令?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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