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

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

问题描述

我遇到了托管 DLL 调用某些非托管 DLL 的情况.我知道非托管 DLL 的 CLSID,有什么办法可以找出包含该 CLSID 的二进制文件吗?

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?

推荐答案

通常,你可以去:

HKEY_LOCAL_MACHINESOFTWAREClassesCLSID"GUID"

HKEY_LOCAL_MACHINESOFTWAREClassesCLSID"GUID"

例如找到一个名为InProcServer32"的键,就会有包含 DLL 的默认值.这是一种简单的方法.

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天全站免登陆