dumpbin是VS自带的工具,进入Visual Studio 的命令提示

查看程序或动态库所依赖的动态库

dumpbin /dependents  abc.exe

查看动态库的输出函数

dumpbin /exports abc.dll

参考博客:https://blog.csdn.net/heli200482128/article/details/51718417/

相关文章:

  • 2021-08-25
  • 2021-09-06
  • 2021-08-03
  • 2021-08-03
  • 2021-10-25
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2021-04-02
  • 2021-07-13
  • 2022-03-09
  • 2021-11-03
  • 2022-02-25
  • 2022-12-23
相关资源
相似解决方案