DumpBin 工具:
我们在查看一个.exe文件需要哪些.dll和一个dll会导出那些函数的时候我们都会用到dumpbin。
使用时首先进入Visual Studio command prompt控制台, 然后执行命令:
DUMPBIN [options] files...
-
BSCMAKE.EXE builds a browse information file (.bsc) that contains information aboutthe symbols (classes, functions, data, macros, and types) in yourprogram. You view this information in browse windows within thedevelopment environment. (A .bsc file can also be built in thedevelopment environment.)
-
LIB.EXE is used to create and manage a library of Common Object File Format(COFF) object files. It can also be used to create export files and import libraries to reference exported definitions.
-
EDITBIN.EXE is used to modify COFF binary files.
-
DUMPBIN.EXE displays information (such as a symbol table) about COFF binary files.
-
NMAKE reads and executes makefiles.
-
ERRLOOK, the Error Lookup utility, retrieves a system error message or module error message based on the value entered.
浙公网安备 33010602011771号