dumpbin是VS自帶的工具,進入Visual Studio 2010 的命令提示
查看程序或動態庫所依賴的動態庫
dumpbin /dependents abc.exe
查看動態庫的輸出函數
dumpbin /exports abc.dll
另一款查看動態庫依賴的小工具depends,官網http://www.dependencywalker.com/
dumpbin是VS自帶的工具,進入Visual Studio 2010 的命令提示
查看程序或動態庫所依賴的動態庫
dumpbin /dependents abc.exe
查看動態庫的輸出函數
dumpbin /exports abc.dll
另一款查看動態庫依賴的小工具depends,官網http://www.dependencywalker.com/
本站轉載的文章為個人學習借鑒使用,本站對版權不負任何法律責任。如果侵犯了您的隱私權益,請聯系本站郵箱yoyou2525@163.com刪除。