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
What is your favorite disassembler tool in Mac OS X?
提问by
I am using the otool
, nm
and Fraise
text editor to disassemble the Mach-o
binaries. My workflow at this point is pretty straightforward:
我正在使用otool
,nm
和Fraise
文本编辑器来反汇编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
你可能想试试
- Hopper Disassembler,
- osxdbg,
- Machoview,
- otx(otool GUI)
- and Affinic Debugger GUI.
- 料斗拆卸器,
- osxdbg,
- 马乔维,
- otx(otool GUI)
- 和Affinic Debugger GUI。
回答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) 相比)