C++上自带的工具

dumpbin -imports //导出程序块的调用模块
dumpbin -exports //查看导出的程序
原文地址:https://www.cnblogs.com/kuailewangzi1212/p/683012.html