Answer

问题及解答

如何查看 dll 中的函数名称?

Posted by haifeng on 2022-08-06 07:31:49 last update 2022-08-06 07:32:36 | Edit | Answers (0)

 

1. 打开 Visual Studio 2019 Developer Command Prompt

2. 转到 dll 所在目录, 比如 D:\work\cs\c++\vs2019\calculator_vc\DynamicCalculator\Release

3. 使用 dumpbin 命令

dumpbin /exports Calculator_dll.dll > D:\Calculator_dll.txt