We don’t allow questions seeking recommendations for software libraries, tutorials, tools, books, or other off-site resources. You can edit the question so it can be answered with facts and citations.
Closed 8 years ago.
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(5)
您无法返回到原始 C,但可以将静态二进制转换为相当于机器指令的 C。
You cannot go backward to the original C but can do a static binary translation into C that is equivalent to the machine instruction.
反汇编程序的 Wiki 链接
Wiki Link to disassemblers
您正在寻找的术语是“反编译器”。检查此处的讨论:
http://en.wikibooks.org/wiki/X86_Disassemble/Disassemblers_and_Decompilers #反编译器
The term you are looking for is 'decompiler'. Check here for a discussion:
http://en.wikibooks.org/wiki/X86_Disassembly/Disassemblers_and_Decompilers#Decompilers
我过去使用过IDAPro,它可以很好地满足您的需求。
一探究竟。
http://www.hex-rays.com/idapro/
I used IDAPro in the past and it does a pretty good job doing what you need.
Check it out.
http://www.hex-rays.com/idapro/
如果您的整个应用程序最初是用 Assembly 编写的,那么您可以寻找可以转换整个代码库的自动化工具。可能需要看一下进行汇编器转换的一个是 Datatek:
全面披露:我在 Datatek 工作,个人认为我们提供了有用的服务。
If you have an entire application originally written in Assembly, you could look for an automated tool that can convert the entire code base. One that does Assembler conversions that might want to take a look at is Datatek:
Full disclosure: I work for Datatek, and personally think we provide a useful service.