有没有C ++反编译器? [英] Is there a C++ decompiler?

查看:144
本文介绍了有没有C ++反编译器?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我有一个程序,我失去了C ++源代码。是否有任何好的C ++反编译器?

I have a program in which I've lost the C++ source code. Are there any good C++ decompilers out there?

我已经经历过 Boomerang < a>。

I've already ran across Boomerang.

推荐答案

您可以使用 IDA Pro Hex-Rays 。除非在调试信息中编译,否则通常不会从二进制获得好的C ++。

You can use IDA Pro by Hex-Rays. You will usually not get good C++ out of a binary unless you compiled in debugging information. Prepare to spend a lot of manual labor reversing the code.

如果您没有删除二进制文件,则有一些希望,因为IDA Pro可以生成类似C代码,供您使用。通常这是非常粗糙的,虽然,至少当我使用它一两年前。

If you didn't strip the binaries there is some hope as IDA Pro can produce C-alike code for you to work with. Usually it is very rough though, at least when I used it a couple of years ago.

这篇关于有没有C ++反编译器?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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