哪个工具可以从 dll 中查看导出的类和方法 [英] which tool to see the exported class and method from a dll

查看:33
本文介绍了哪个工具可以从 dll 中查看导出的类和方法的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

哪个工具可以查看从 dll 导出的类和方法?

which tool to see the exported class and method from a dll?

推荐答案

要查看导入和导出的符号,我强烈推荐免费的 Dependency Walker 工具,该工具可以在此处找到:http://www.dependencywalker.com/

To see imported and exported symbols, I highly recommend the free Dependency Walker tool which can be found there: http://www.dependencywalker.com/

它可以通过正确分解 Visual C++ 导出的函数名称来显示 C 和 C++ 符号.

It can show C as well as C++ symbols by correctly demangling Visual C++ exported function names.

这篇关于哪个工具可以从 dll 中查看导出的类和方法的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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