假设我们现在只有dll,没有lib ,因此有源码但是在Visual Studio 20XX中代码确编译不过去,因为缺少lib文件。
接下来,黄强老师来帮大家演示,如何从dll 反推 lib文件,打开这个工具

第一步,查看一下大概的函数,确认dll有你想要的函数
dumpbin /exports 你的.dll >  funs.txt查看一下文件
Microsoft (R) COFF/PE Dumper Version 14.16.27050.0
Copyright (C) Microsoft Corporation.  All rights reserved.
Dump of file Ezcad3Kernel.dll
File Type: DLL
  Section contains the following exports for Ezcad3Kernel.dll
    00000000 characteristics
    610EA249 time date stamp Sat Aug  7 23:10:01 2021
        0.00 version
           1 ordinal base
        2563 number of functions
        2563 number of names
    ordinal hint RVA      name
          1    0 00210E70 ??0BSpline@@QEAA@HA@@PE


















