【发布时间】:2012-04-30 06:54:19
【问题描述】:
可能重复:
Is there a C++ decompiler?
Is there a decompiler that will work on Visual Studio 6 C++
我需要任何方法来反编译用MFC编写的exe文件,我尝试了IDA Pro,但是它将文件转换为程序集并没有那么好,因为它有很多问号字符。 如果直接将文件转换为代码是不可能的,有没有办法将程序集转换为 C++? :(
谢谢
【问题讨论】:
标签: c++ assembly mfc decompiling decompiler