如何检测应用程序所需的DLL?

编程入门 行业动态 更新时间:2024-10-22 20:29:36
本文介绍了如何检测应用程序所需的DLL?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧! 问题描述 简单来说,我想做Dependency Walker这样的事情。

有没有Win32 API函数可以枚举EXE的依赖关系/或DLL文件?

是否有任何安全的方式来检测ActiveX类的依赖关系? (我怀疑这是可能的,但谁知道...)

编辑:我知道提供相同核心的可用工具功能(Dependency Walker,ProcessExplorer,AQTime,...),但是我想创建自己的程序,该程序会转储包含所需模块的文本文件。

解决方案

似乎Dependency Walker源代码本身是由Microsoft通过MSJ发布的。请查看 Re:[DUG ]:依赖性Walker 。

您需要参考其他网站下载,因为此邮件踪迹中提供的链接不起作用。 / p>

请检查 MSJ源代码更新 :由于我没有时间,我没有检查它是否包含源代码或只有EXEfoæes。

In a nutshell: I want to do the same thing "Dependency Walker" does.

Is there any Win32 API function which can enumerate the dependencies of a EXE and/or DLL file?

And is there any safe way to detect dependencies on ActiveX classes? (I doubt it is possible, but who knows ...)

EDIT: I'm aware of available tools which provide the same core functionality (Dependency Walker, ProcessExplorer, AQTime, ...) but I want to create my own program which dumps a text file containing the required modules.

解决方案

It seems that Dependency Walker source code itself was given by Microsoft via MSJ. Please look at Re: [DUG]: Dependency Walker.

You need to refer some other site to download since the link given in this mail trail is not working.

Please check MSJ Source Code Updates: Since I don't have time, I have not checked whether it contains source code or only EXE foæes.

更多推荐

如何检测应用程序所需的DLL?

本文发布于:2023-11-09 05:46:10,感谢您对本站的认可!
本文链接:https://www.elefans.com/category/jswz/34/1571536.html
版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系,我们将在24小时内删除。
本文标签:所需   应用程序   DLL

发布评论

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

>www.elefans.com

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