如何简单地获取一条汇编指令的机器码?
如何简单地获取一条汇编指令的代码?
例如“mov eax 0x14”。 我想在 Linux 终端中获取它,最好使用 gcc 或 gdm。
How to simply get a code of exactly one assembly instruction?
For example for "mov eax 0x14".
I want to get it in linux terminal preferably with gcc or gdm.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
radare2 包中的 rasm2 非常适合此目的:
http://radare.org/y/ ?p=示例&f=rasm
rasm2 from the radare2 package fits this purpose nicely:
http://radare.org/y/?p=examples&f=rasm