TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

WinDepends – A Rewrite of the Dependency Walker

157 点作者 bratao6 个月前

11 条评论

pjmlp6 个月前
I never understood why those responsible for Windows SDK dropped Dependency Walker, instead of updating to the new Windows ways of dynamic libraries.<p>Most certainly they keep having similar tooling in Redmond.
评论 #42285924 未加载
评论 #42291135 未加载
mistagiggles6 个月前
There is also this: <a href="https:&#x2F;&#x2F;github.com&#x2F;lucasg&#x2F;Dependencies">https:&#x2F;&#x2F;github.com&#x2F;lucasg&#x2F;Dependencies</a> Similar project for replacing the old dependency walker tool
评论 #42284728 未加载
DonnyV6 个月前
Its kind of crazy that a person outside of Microsoft is doing this. Why is this not supported by the Sysinternals team?
bhouston6 个月前
Nice! I loved and relied on WinDepends back in the day.
secondcoming6 个月前
Why does a tool such as this need a server?
评论 #42291027 未加载
MarekKnapek6 个月前
There is also this one, but it is no longer maintained. <a href="https:&#x2F;&#x2F;github.com&#x2F;MarekKnapek&#x2F;DependencyViewer">https:&#x2F;&#x2F;github.com&#x2F;MarekKnapek&#x2F;DependencyViewer</a>
Dwedit6 个月前
Great! Dependency Walker has been nonfunctional since Windows introduced API sets.
thefourthchime6 个月前
In the olden times, the internet was so nerdy if you searched on Altavista for &quot;depends&quot; this tool was the top result.
throwaway20376 个月前
Is there an equivalent of ldd for Win32?
评论 #42287736 未加载
评论 #42289299 未加载
评论 #42289554 未加载
sirjaz6 个月前
This is awesome! I hope this doesn&#x27;t get abandoned.
optimiz36 个月前
Nice project, just as a challenge &#x2F; piece of feedback - most of the time you don&#x27;t actually need to have a C backend for this type of project. The challenge is to get all the P&#x2F;Invoke signatures and struct declarations &#x2F; pointer walking correct on .Net. The benefit being a single managed EXE and no need for cross process communication and the edge cases it brings.<p>(Source: Have built a full SCSI interop layer in .Net to do low level CD ripping, full with native pointer walking and all. Have also written tools to walk the PEB (process environment block) in .Net w&#x2F; no native backends.)
评论 #42286681 未加载
评论 #42287091 未加载
评论 #42290061 未加载
评论 #42288096 未加载