问题

软件 >> Calculator
Questions in category: Calculator (Calculator).

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

Posted by haifeng on 2022-08-06 07:31:49 last update 2022-08-06 07:32:36 | 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