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

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

问题描述

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

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

解决方案

这可能是不可能的,至少是非常困难的。 DLL的内容不依赖于(很多)它用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?

解决方案

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天全站免登陆