zoukankan      html  css  js  c++  java
  • Dependency Walker (depends.exe) Home Page

    Dependency Walker (depends.exe) Home Page


    Dependency Walker 2.2



    Dependency 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.



    Dependency Walker is also very useful for troubleshooting system errors related
    to loading and executing modules. Dependency Walker detects many common application
    problems such as missing modules, invalid modules, import/export mismatches, circular
    dependency errors, mismatched machine types of modules, and module initialization
    failures.



    Dependency Walker runs on Windows 95, 98, Me, NT, 2000, XP, 2003, Vista, and 7. It
    can process any 32-bit or 64-bit Windows module, including ones designed for Windows
    CE. It can be run as graphical application or as a console application. Dependency
    Walker handles all types of module dependencies, including implicit, explicit (dynamic
    / runtime), forwarded, delay-loaded, and injected. A detailed help is included.

    Dependency Walker is completely free to use. However, you may not
    profit from the distribution of it, nor may you bundle it with another product.




    What is New in Version 2.2:

    Moved to new HTML help system and updated the help text.
    Added support for MSDN 8.0 external help and updated the
    online help URL.
    Improved Side-by-Side support that handles DLL manifests
    and app.exe.local files.
    Updated internal information about known OS versions, build
    numbers, and flags up to the Vista RC1 build.


    What was New in Version 2.1:

    Support for Side-by-Side versioning of modules. This is
    a new feature introduced with Windows XP that allows applications to specify
    specific versions and/or locations of files it wishes to use.
    Integration with Visual Studio help, MSDN help, and MSDN
    online to provide the ability to display detailed help for any known function.


    What was New in Version 2.0:

  • 相关阅读:
    新版本支付宝开发流程
    产生随机字串,可用来自动生成密码
    phpcmsv9的分页使用到的函数,直接拿来用就可以了
    js的一些函数
    JS一个简单的计时器
    linux 整理下常用命令
    mysql.sock
    第三方登录之QQ登录(二)——OAuth2.0处理流程介绍(以QQ登录为例)
    第三方登录之QQ登录(一)——QQ互联开放平台新建应用
    networkx AttributeError: 'DiGraph' object has no attribute 'edge'
  • 原文地址:https://www.cnblogs.com/lexus/p/2464710.html
Copyright © 2011-2022 走看看