IT/프로그래밍 관련

Dependency Walker

KSI 2011. 4. 22. 17:27



  • Dependency Walker는 32bit 또는 64bit 윈도우 모듈(dll, exe, ocx, sys..)간의 의존성 트리를 구성해 보여주는 유용한 도구입니다.
  • 각 모듈들에 대한 export 함수들과 필요한 파일, 버젼 등을 보여 줍니다.
  • dll 관련 문제 해결에 특히 도움을 줄 수 있습니다.
    • missing modules
    • invalid modules
    • import/export mismatch
    • circular dipendency
    • mismatched machine type
    • module initailzation failures
  • windows 95, 98, NT, 2000, XP, 2003, Vista, CE 에서 모두 동작 합니다.
  • GUI모드와 콘솔 모드를 지원합니다.
  • http://www.dependencywalker.com/



출처 - http://kukuta.tistory.com/97