macos Mac OS X 中你最喜欢的反汇编工具是什么?

声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow 原文地址: http://stackoverflow.com/questions/9494495/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me): StackOverFlow

提示:将鼠标放在中文语句上可以显示对应的英文。显示中英文
时间:2020-10-21 08:55:18  来源:igfitidea点击:

What is your favorite disassembler tool in Mac OS X?

macosassemblydisassemblynmotool

提问by

I am using the otool, nmand Fraisetext editor to disassemble the Mach-obinaries. My workflow at this point is pretty straightforward:

我正在使用otool,nmFraise文本编辑器来反汇编Mach-o二进制文件。此时我的工作流程非常简单:

    1. List the existed symbols.
    1. 列出已存在的符号。
nm -g
    2. Get the disasm code.
    2.获取disasm代码。
otool -vt
    3. Copy and paste this output to a text file.
    3. 将此输出复制并粘贴到文本文件中。
    4. Read and comment the codes in the text editor :)
    4.在文本编辑器中阅读和评论代码:)

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

我正在寻找可以简化在Mac OS X.

回答by Peter Murphy

You might want to try

你可能想试试

回答by n80fr1n60

I als know of http://www.hopperapp.com/, but never used it. (cannot be compared to Ida(Pro))

我也知道http://www.hopperapp.com/,但从未使用过它。(无法与 Ida(Pro) 相比)