如何将DLL反向转换为C ++代码? [英] How to reverse a DLL into C++ code?

查看:234
本文介绍了如何将DLL反向转换为C ++代码?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我知道不可能将dll转换为C ++代码,因此我想从中收集尽可能多的详细信息。
不是我的dll,所以我当然没有源代码。我应该使用哪个程序?

I know it's impossible to reverse a dll into a c++ code so I would like to collect as much as possible details from it. It's not my dll, so I don't have the source code of course. Which program should I use?

推荐答案

好吧,如果您熟练的话,可以反汇编DLL并了解其所有功能。这需要花费大量时间,但是如果您这样做,则可以手动将其恢复为源。

Well, if you are skilled you can disassemble the DLL and understand all of its functions. This takes a substantial amount of time, but if you do that you can reverse it back to source by hand.

否则,您可以使用诸如Dependency Walker之类的工具开始获取它所依赖的DLL和功能以及它导出的功能。从那里可以找到您感兴趣的函数,并使用IDA之类的反汇编器查看它们的作用。

Otherwise, you can start by using a tool like Dependency Walker to get the DLLs and functions it depends on, and the functions it exports. From there you can find functions that interest you, and use a disassembler like IDA to see what they do.

这篇关于如何将DLL反向转换为C ++代码?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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