Sometimes we want to see which dynamic libraries an exe references, or we want to see which interface functions a dynamic library contains, we can use dumpbin.exe tool:
1. Enter Dumpbin -imports calldll.exe view its input information, you can see that it is loaded with *** .dll 2. Enter dumpbin –exports dlltest.dll to list the export functions
Start - > All Programs - >Microsoft Visual Studio 2010 - > Visual Studio Tools - After > "Visual Studio Command Prompt (2010)",
Just like the normal cmd command line environment, you can use some tools of VS normally, including dumpbin.
vs2017 no dumpbin tool anymorePlease download it yourself! I will also upload the tools to this post.
For example, to view the user32.dll interface, enter the following command:
For more on dumpbin usage, please refer to Microsoft's official documentation: https://docs.microsoft.com/en-us/cpp/build/reference/dumpbin-options
dumpbin tool download:
Tourists, if you want to see the hidden content of this post, please Reply
|