关于dumpbin程序 [英] about dumpbin program

查看:68
本文介绍了关于dumpbin程序的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

当我尝试使用dumpbin程序来获取dll的整个函数时,它只是让我得到总摘要而不是整个函数,任何人都可以告诉我为什么

when i try to use dumpbin program to get the entire function of a dll its just get me the total summary not entire function any one can tell me why

推荐答案

dumpbin有很多命令开关可以找到

dumpbin has a lot of command switches which can be found with
dumpbin /?



你可能想要类似的东西


You probably want something like

dumpbin /exports xxx.dll





有关详细信息,请参阅帮助信息。



See the help info for more details.


这篇关于关于dumpbin程序的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆