Windows SDK用于包含可用于探索DLL内容的依赖性walker GUI实用程序:
原文链接:https://www.f2er.com/windows/363257.htmlDependency Walker is a free utility that scans any 32-bit or 64-bit Windows module (exe,dll,ocx,sys,etc.) and builds a hierarchical tree diagram of all dependent modules. For each module found,it lists all the functions that are exported by that module,and which of those functions are actually being called by other modules. Another view displays the minimum set of required files,along with detailed information about each file including a full path to the file,base address,version numbers,machine type,debug information,and more.
有关方法签名详细信息和创建互连.NET代码,请在pinvoke site中查找您的DLL.您还可以尝试其Visual Studio 2003和2005的加载项.