如何查找DLL的入口点和参数。 [英] How to find entry point and parameters to a DLL.

查看:324
本文介绍了如何查找DLL的入口点和参数。的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

Hello All,

我有一个DLL,我需要找到每个入口点的入口点和参数。我没有创作者的任何指示。我可以在visual studio命令提示符下使用dumpbin / EXPORTS找到入口点。我在Hexeditor中打开了dll,但是我找不到任何关于特定入口点或其参数的内容。

我的问题是第一,这可能吗?如果是这样,怎么样?

提前谢谢。

Hello All,
I have a DLL that I need to find the entry points and the parameters for each entry point. I do not have any instructions from the creator. I'm able to find the entry points by using dumpbin/EXPORTS in visual studio command prompt. I opened the dll in a Hexeditor but I cannot find anything in reference to the specific entry point or its paramters.
My question is first, is this possible? if so, how?
Thanks in advance.

推荐答案

从JetBrains尝试免费的反编译器dotPeek:[ ^ ]。或者,尝试.NET附带的Microsoft的ILDASM [ ^ ]。



很久以前,Lutz Roeder的反射器[ ^ ](免费)是拆卸选择的工具,但随后Red Gate Software收购了它,它现在是一个商业产品提供不同功能的两个版本[ ^ ]。



ILSpy,开源,免费,是Reflector的新化身[ ^ ]。



但是,最重要的是,可以从开发了dll:黑客攻击不是它自己的奖励!
Try the free decompiler, dotPeek, from JetBrains: [^]. Or, try Microsoft's ILDASM that comes with .NET [^].

Long ago, Lutz Roeder's Reflector [^] (free) was the tool of choice for dis-assembly, but then Red Gate Software acquired it, and it is now a commercial product with two versions with different features available [^].

ILSpy, open-source, free, is a new "incarnation" of Reflector [^].

But, best of all, would be to get some information from whoever developed the dll: hacking is not its own reward !


这篇关于如何查找DLL的入口点和参数。的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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