有哪些方法可以找到DLL内部函数的描述?

发布于 2025-01-08 12:04:57 字数 89 浏览 1 评论 0原文

我的 DLL 没有文档,也没有可用函数列表。 有哪些方法可以找到DLL内部函数的描述?我尝试使用 dllexp.exe,但它只显示函数名称。我如何获得函数的参数?

I have DLL without documentations and without list of available functions.
What ways can found the description of functions inside DLL? I tried to use dllexp.exe, but it showed me only functions names. How I can to get an arguments of functions?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(3

笑看君怀她人 2025-01-15 12:04:57

Dependency Walker 也应该有所帮助:

http://www.dependencywalker.com/

Also Dependency Walker should help:

http://www.dependencywalker.com/

橪书 2025-01-15 12:04:57

您可以使用 Microsoft Visual Studio Intellisense 。它向您显示每个函数描述(如果存在)、参数(也所有覆盖)及其类型。

you can use Microsoft visual studio intellisense . it shows you each function description(if exist) ,argument(all overrides too) and their types.

影子是时光的心 2025-01-15 12:04:57

您还可以使用 DLL Export Viewer 或商业工具 PE.Explorer。两者都会向您展示有关图书馆的精彩概述和更多信息。

You can also use DLL Export Viewer or the commercial tool PE.Explorer. Both will show you a nice overview and some more information about the library.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文