本文介绍了如何查找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.
推荐答案
这篇关于如何查找DLL的入口点和参数。的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!