什么是Mac OS X中你最喜欢的反汇编工具? [英] What is your favorite disassembler tool in Mac OS X?

查看:761
本文介绍了什么是Mac OS X中你最喜欢的反汇编工具?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我现在用的是 otool 纳米弗雷兹文本编辑器拆卸的Mach-O 二进制文件。我在这一点上的工作流程是pretty简单:


    1.列出存在的符号。

 纳米-g


    2.获取DISASM code。

  otool -vt


    3.复制并粘贴此输出到一个文本文件中。

    4.阅读和评论的文本编辑器codeS :)

我要寻找的简化的Mac OS X

通过反汇编code,工作的工具
解决方案

您可能会想尝试

I am using the otool, nm and Fraise text editor to disassemble the Mach-o binaries. My workflow at this point is pretty straightforward:

    1. List the existed symbols.

nm -g

    2. Get the disasm code.

otool -vt

    3. Copy and paste this output to a text file.

    4. Read and comment the codes in the text editor :)

I am looking for the tools that simplify the working with disasm code on Mac OS X.

解决方案

You might want to try

这篇关于什么是Mac OS X中你最喜欢的反汇编工具?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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