如何找到一个给定CLSID的DLL? [英] How to find a DLL given a CLSID?

查看:593
本文介绍了如何找到一个给定CLSID的DLL?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我有一种情况,一个托管DLL调用一些非托管DLL。我知道非托管DLL的CLSID,有没有办法找出什么二进制文件的CLSID?

解决方案

Normaly,你可以去:



HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\GUID



并且找到一个名为InProcServer32的密钥,并且将有一个具有该DLL的默认值。这是一个简单的方法。


I have a situation in which a managed DLL calls some unmanaged DLL. I know the CLSID of the unmanaged DLL, is there any way to find out what binary file houses that CLSID?

解决方案

Normaly, you can just go to:

HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\"GUID"

And find a key called "InProcServer32" for instance and there will be the default value that has the DLL. This is one simple way to do it.

这篇关于如何找到一个给定CLSID的DLL?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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