安装好VS之后 在开始菜单里找到Visual Studio Tools,如下图:
找到其中的Developer Command Prompt(开发人员命令提示)窗口
不同的版本打开的方式不同,参考:
https://www.cnblogs.com/tommy-huang/p/8574137.html
输入 dumpbin /exports d:\aaa.dll 即可(d:\aaa.dll换成自己想打开的文件的路径)
转自:https://blog.csdn.net/weixin_34234823/article/details/86258541