Gra*_*row 50
dumpbin是VC++附带的工具.
要查看程序将导入哪些DLL:
Run Code Online (Sandbox Code Playgroud)Dump of file whatever.exe File Type: EXECUTABLE IMAGE Image has the following dependencies: AIOUSB.DLL sqlite3.dll wxmsw293u_core_vc_custom.dll wxbase293u_vc_custom.dll KERNEL32.dll ole32.dll OLEAUT32.dll MSVCP90.dll MSVCR90.dll
要查看它将导入的函数(和DLL),请使用
C:\> dumpbin /imports whatever.exe
Run Code Online (Sandbox Code Playgroud)
gkr*_*ers 32
有些实用程序会为您执行此操作.
在过去,我使用过(我认为)VB的MS工具(depends.exe):https:
//msdn.microsoft.com/en-us/library/8kche8ah.aspx
还有这个:http:
//dependencywalker.com/
也许还有其他人.
| 归档时间: |
|
| 查看次数: |
86410 次 |
| 最近记录: |