Dependency Walker 2.2,Dependency Walker是 Microsoft Visual C++ 中提供的非常有用的 PE 模块依赖性分析工具。主要功能有:查看 PE 模块的导入模块。 查看 PE 模块的导入和导出函数。 动态剖析 PE 模块的模块依赖性。 解析 C++ 函数名称。
(Dependency walker is a very useful tool for PE module dependency analysis provided by Microsoft Visual C + +. The main functions are: View PE module import module. View the import and export functions of the PE module. Dynamic analysis of the module dependence of PE module. Resolve C + + function names.)