【发布时间】:2012-02-29 09:45:39
【问题描述】:
可能重复:
Is there a tool which lists exported methods from a DLL?
我想知道是否有工具/API 可以列出本机 dll/com dll 中的方法? 最好使用代码。
【问题讨论】:
-
编辑问题,基本上我更喜欢用代码列出方法。
-
命令行工具也优于 GUI 工具
-
请注意,您得到的只是函数名称。你没有得到参数或任何文档。
标签: winapi visual-c++ dll com