是否有可在Visual Studio 6 C ++上运行的反编译器 [英] Is there a decompiler that will work on Visual Studio 6 C++

查看:91
本文介绍了是否有可在Visual Studio 6 C ++上运行的反编译器的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我有一个项目正在尝试从一个离开公司(放手)的家伙处修复。他违反了软件工程的每个基本原则,没有使用源代码控制,没有在进行更多更改之前备份源代码,等等。

I have a project that I am trying to fix from a guy that left (let go) from my company. He has violated every fundamental principle of software engineering, not using source control, not backing up the source before you make more changes, etc. etc.

我需要进行更改到现场应用程序,我没有原始源代码,但是我有一个可执行文件。我需要的是一个反编译器,它将对Visual Studio 6 C ++应用程序进行反编译,并为我提供某种类型的源代码。任何人都有任何想法....

I need to make changes to an application that is in the field and I don't have the original source code, but I have an executable. What I need is a decompiler that will decompile a Visual Studio 6 C++ application and provide me with some type of source code. Anyone got any ideas.....

推荐答案

好吧,有Hex-Rays的反编译器:> https://www.hex-rays.com/products/decompiler/

Well there's the Decompiler from Hex-Rays: https://www.hex-rays.com/products/decompiler/

对于从汇编程序创建C代码这一事实来说,这是相当不错的,但是它的效果很好。

It is pretty good for the fact that it is creating C code from Assembler but it works pretty good. It's also pretty expensive

编辑:另外请注意,它与IDA Pro结合使用,后者是众所周知的反汇编程序。与反编译器结合使用时,已经可以向您显示很多信息,甚至可以更轻松地反转代码。

Additional note it is combined with IDA Pro the pretty well-known disassembler from them. That already can show you a lot of information in the combination with the decompiler it is even easier to reverse code.

这篇关于是否有可在Visual Studio 6 C ++上运行的反编译器的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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