加入收藏 | 设为首页 | 会员中心 | 我要投稿 李大同 (https://www.lidatong.com.cn/)- 科技、建站、经验、云计算、5G、大数据,站长网!
当前位置: 首页 > 综合聚焦 > 服务器 > Windows > 正文

.net – 我想知道Win32.DLL中可用的功能

发布时间:2020-12-14 01:47:08 所属栏目:Windows 来源:网络整理
导读:我有一个DLL文件,它有一些我想在我的应用程序中调用的有用函数.不幸的是,我再也没有相关的文档了. 有什么方法可以发现DLL导出的函数及其方法签名是什么? 也许有一个实用程序列出了函数及其参数. 知道吗? Windows SDK用于包含可用于探索DLL内容的依赖性walk
我有一个DLL文件,它有一些我想在我的应用程序中调用的有用函数.不幸的是,我再也没有相关的文档了.

有什么方法可以发现DLL导出的函数及其方法签名是什么?

也许有一个实用程序列出了函数及其参数.

知道吗?

Windows SDK用于包含可用于探索DLL内容的依赖性walker GUI实用程序:

Dependency Walker is a free utility that scans any 32-bit or 64-bit Windows module (exe,dll,ocx,sys,etc.) and builds a hierarchical tree diagram of all dependent modules. For each module found,it lists all the functions that are exported by that module,and which of those functions are actually being called by other modules. Another view displays the minimum set of required files,along with detailed information about each file including a full path to the file,base address,version numbers,machine type,debug information,and more.

如今,it can be found here.

有关方法签名详细信息和创建互连.NET代码,请在pinvoke site中查找您的DLL.您还可以尝试其Visual Studio 2003和2005的加载项.

(编辑:李大同)

【声明】本站内容均来自网络,其相关言论仅代表作者个人观点,不代表本站立场。若无意侵犯到您的权利,请及时与联系站长删除相关内容!

    推荐文章
      热点阅读