什么工具可以将DLL反编译成C ++源代码?

编程入门 行业动态 更新时间:2024-10-16 08:21:32
本文介绍了什么工具可以将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 ++源代码?

本文发布于:2023-11-07 19:32:44,感谢您对本站的认可!
本文链接:https://www.elefans.com/category/jswz/34/1567226.html
版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系,我们将在24小时内删除。
本文标签:源代码   编译成   工具   DLL

发布评论

评论列表 (有 0 条评论)
草根站长

>www.elefans.com

编程频道|电子爱好者 - 技术资讯及电子产品介绍!