什么工具可以将DLL反编译成C ++源代码? [英] What tool can decompile a DLL into C++ source code?

查看:1249
本文介绍了什么工具可以将DLL反编译成C ++源代码?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我有一个旧的DLL停止工作(log2vis.dll),我想看看它内部使用什么对象。

DLL是用C ++编写的(不是.NET)。是否有可以反编译/反汇编C ++文件的工具?

I have an old DLL that stopped working (log2vis.dll) and I want to look inside it to see what objects it uses.
The DLL was written in C++ (not .NET). Is there a tool that will decompile/disassemble C++ files?

推荐答案

这可能是不可能的, DLL的内容不依赖(很多)用C ++编写;它是所有的机器代码。该代码可能已经过优化,因此原始源代码中存在的很多信息都消失了。

This might be impossible or at least very hard. The DLL's contents don't depend (a lot) on it being written in C++; it's all machine code. That code might have been optimized so a lot of information that was present in the original source code is simply gone.

也就是说,在这里是一篇有关这方面的文章。

That said, here is one article that goes through a lot of material about doing this.

这篇关于什么工具可以将DLL反编译成C ++源代码?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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