An Entity of Type: software, from Named Graph: http://dbpedia.org, within Data Space: dbpedia.org

Dependency Walker or depends.exe is a free program for Microsoft Windows used to list the imported and exported functions of a portable executable file. It also displays a recursive tree of all the dependencies of the executable file (all the files it requires to run). Dependency Walker was included in Microsoft Visual Studio until Visual Studio 2005 (Version 8.0) and Windows XP SP2 support tools. The latest version v2.2.10011 is not available on dependencywalker.com website but is included in the Windows Driver Kit v10.

Property Value
dbo:abstract
  • Dependency Walker (oder depends.exe) ist ein kostenloses Programmierwerkzeug zum Auslesen von Abhängigkeiten zwischen Windows-PE-Dateien. Als Benutzerschnittstelle kommt entweder eine grafische Oberfläche oder die Kommandozeile zum Einsatz. Für eine Übersicht über alle verlinkten Module fungiert ein Baumdiagramm, die im- und exportierten Funktionen werden jeweils in tabellarischer Form dargestellt. Die letzte Version 2.2 des Programms ist von 2006. In früheren Versionen war das Programm Bestandteil der Windows XP SP2 support tools und des Microsoft Visual Studio. Die Lizenz für Dependency Walker Version 2.2 erlaubt die Bündelung mit anderen Produkten nicht mehr. Unterstützte Plattformen sind IA-32 (32-Bit-x86), x64 (64-Bit-x86) und IA-64 (die 64-Bit-Architektur des Itanium). Die Unterstützung für Alpha/AXP, MIPS und PowerPC wurde eingestellt. Stand Oktober 2017 gibt es auf GitHub eine Portierung von Dependency Walker nach C#. Der Funktionsumfang ist noch nicht komplett. Das Programm berücksichtigt Windows API-Sets und WinSxS. (de)
  • Dependency Walker or depends.exe is a free program for Microsoft Windows used to list the imported and exported functions of a portable executable file. It also displays a recursive tree of all the dependencies of the executable file (all the files it requires to run). Dependency Walker was included in Microsoft Visual Studio until Visual Studio 2005 (Version 8.0) and Windows XP SP2 support tools. The latest version v2.2.10011 is not available on dependencywalker.com website but is included in the Windows Driver Kit v10. As of Windows 7, Microsoft introduced the concept of Windows API-sets, a form of DLL redirection. Dependency Walker has not been updated to handle this layer of indirection gracefully, and when used on Windows 7 and later it will likely show multiple errors. Dependency Walker can still be used for some application level debugging despite this. As of October 2017 an Open Source C# rewrite of Dependency Walker called Dependencies.exe has been released on GitHub. It does not yet offer the full range of Dependency Walker features, but has been updated to handle Windows API-sets and WinSxS (side-by-side assemblies). (en)
  • Dependency Walker (англ. Dependency Walker — обходчик зависимостей) или depends.exe — бесплатная программа для Microsoft Windows, используемая для получения списка импортируемых и экспортируемых функций PE-файла. Она также строит в виде диаграммы иерархическое дерево всех файлов, необходимых PE-файлу для выполнения (зависимостей). (ru)
  • Dependency Walker 或 depends.exe 是一个免费软件,用于在Microsoft Windows操作系统中列出可执行程序的输入与输出函数。该软件递归树形显示所有的依赖可执行文件。该软件包含在Microsoft Visual Studio中直到Visual Studio 2005 (Version 8.0)以及Windows XP SP2的. 最新版本v2.2.10011不在dependencywalker.com网站上;但是包含在Windows Driver Kit v10 。 Windows 7引入了Windows API-sets的概念, 一种DLL重定向(redirection). Dependency Walker还不能很好处理这回总间接层次。 (zh)
dbo:genre
dbo:latestReleaseVersion
  • 2.2.10011 Built:from wdk10
  • 2.2.6000 Built:
dbo:license
dbo:operatingSystem
dbo:wikiPageExternalLink
dbo:wikiPageID
  • 2268865 (xsd:integer)
dbo:wikiPageInterLanguageLink
dbo:wikiPageLength
  • 7586 (xsd:nonNegativeInteger)
dbo:wikiPageRevisionID
  • 934636404 (xsd:integer)
dbo:wikiPageWikiLink
dbp:author
  • Steve Miller (en)
dbp:developer
  • Microsoft (en)
dbp:genre
  • object code analyzer (en)
dbp:latestReleaseVersion
  • 2006-10-29 (xsd:date)
  • 2015-10-29 (xsd:date)
dbp:license
dbp:name
  • Dependency Walker (en)
dbp:operatingSystem
dbp:released
  • before 1997 (en)
dbp:wikiPageUsesTemplate
dbp:wordnet_type
dcterms:subject
gold:hypernym
rdf:type
rdfs:comment
  • Dependency Walker (англ. Dependency Walker — обходчик зависимостей) или depends.exe — бесплатная программа для Microsoft Windows, используемая для получения списка импортируемых и экспортируемых функций PE-файла. Она также строит в виде диаграммы иерархическое дерево всех файлов, необходимых PE-файлу для выполнения (зависимостей). (ru)
  • Dependency Walker 或 depends.exe 是一个免费软件,用于在Microsoft Windows操作系统中列出可执行程序的输入与输出函数。该软件递归树形显示所有的依赖可执行文件。该软件包含在Microsoft Visual Studio中直到Visual Studio 2005 (Version 8.0)以及Windows XP SP2的. 最新版本v2.2.10011不在dependencywalker.com网站上;但是包含在Windows Driver Kit v10 。 Windows 7引入了Windows API-sets的概念, 一种DLL重定向(redirection). Dependency Walker还不能很好处理这回总间接层次。 (zh)
  • Dependency Walker (oder depends.exe) ist ein kostenloses Programmierwerkzeug zum Auslesen von Abhängigkeiten zwischen Windows-PE-Dateien. Als Benutzerschnittstelle kommt entweder eine grafische Oberfläche oder die Kommandozeile zum Einsatz. Für eine Übersicht über alle verlinkten Module fungiert ein Baumdiagramm, die im- und exportierten Funktionen werden jeweils in tabellarischer Form dargestellt. Die letzte Version 2.2 des Programms ist von 2006. In früheren Versionen war das Programm Bestandteil der Windows XP SP2 support tools und des Microsoft Visual Studio. Die Lizenz für Dependency Walker Version 2.2 erlaubt die Bündelung mit anderen Produkten nicht mehr. Unterstützte Plattformen sind IA-32 (32-Bit-x86), x64 (64-Bit-x86) und IA-64 (die 64-Bit-Architektur des Itanium). Die Unterstütz (de)
  • Dependency Walker or depends.exe is a free program for Microsoft Windows used to list the imported and exported functions of a portable executable file. It also displays a recursive tree of all the dependencies of the executable file (all the files it requires to run). Dependency Walker was included in Microsoft Visual Studio until Visual Studio 2005 (Version 8.0) and Windows XP SP2 support tools. The latest version v2.2.10011 is not available on dependencywalker.com website but is included in the Windows Driver Kit v10. (en)
rdfs:label
  • Dependency Walker (en)
  • Dependency Walker (de)
  • Dependency Walker (ru)
  • Dependency Walker (zh)
owl:sameAs
prov:wasDerivedFrom
foaf:homepage
foaf:isPrimaryTopicOf
foaf:name
  • Dependency Walker (en)
is dbo:wikiPageRedirects of
is dbo:wikiPageWikiLink of
is foaf:primaryTopic of
Powered by OpenLink Virtuoso    This material is Open Knowledge     W3C Semantic Web Technology     This material is Open Knowledge    Valid XHTML + RDFa
This content was extracted from Wikipedia and is licensed under the Creative Commons Attribution-ShareAlike 3.0 Unported License