Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想显示一个可以在 DLL 中访问的函数列表。我怎样才能做到这一点?我阅读了有关 DbgHelp 的信息,但不知道该怎么做。
(这是一个代码请求,而不是执行它的程序)。
使用系统函数调用以下命令并捕获结果
dumpbin /exports "C:.... DLL 的路径...."