开源Dependency Walker(depends.exe) [英] Open sourcing Dependency Walker (depends.exe)

查看:204
本文介绍了开源Dependency Walker(depends.exe)的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

可能任何使用Windows的开发人员都知道依赖walker(depends.exe)

Probably any developer working with windows knows about the dependency walker (depends.exe)

令人遗憾的是,这个非常有用的程序在很长一段时间内没有更新并且有一些问题使它几乎无法在现代窗口中使用。

The sad situation is that this very useful program has not been updated in quite a while and has some issues that make it almost unusable in modern windows.

我最近联系了depends.exe的原作者,Steve Miller提供对代码库进行必要的更新并发布新版本。他的答复是,由于这个程序
是他在MS工作时所做的工作,它可能归MS所有,因此他不知道可以做些什么。

我我希望获得MS中合适人员的联系信息,以便与此类实用程序进行交谈,最终目标是开放此实用程序,并能够创建更新版本。

I have recently contacted the original author of depends.exe, Steve Miller offering to make the necessary updates to the code base and release a new version. His reply was that since this program is something he worked on when he was an MS employee, it is probably owned by MS, so he doesn't know what can be done.
I'd like to get the contact information for the right person in MS to talk to about things like this with the eventual goal of open sourcing this utility and being able to create an updated release.

我与谁交谈以实现这一目标?

Who do I talk with to make this happen?




推荐答案


可能任何使用Windows的开发人员都知道依赖性walker (depends.exe)

Probably any developer working with windows knows about the dependency walker (depends.exe)

令人悲伤的是这个非常有用的程序在很长一段时间内都没有更新d有一些问题使它在现代窗口中几乎无法使用。

The sad situation is that this very useful program has not been updated in quite a while and has some issues that make it almost unusable in modern windows.

我最近联系了depends.exe的原作者,Steve Miller提供对代码库进行必要的更新并发布新版本。他的回答是,因为这个程序
是东西他在MS工作时工作,可能是MS所有,所以他不知道可以做些什么。

我想获得合适的人的联系信息。 MS与这样的事情进行讨论,最终目标是开源这个实用程序并能够创建更新版本。

I have recently contacted the original author of depends.exe, Steve Miller offering to make the necessary updates to the code base and release a new version. His reply was that since this program is something he worked on when he was an MS employee, it is probably owned by MS, so he doesn't know what can be done.
I'd like to get the contact information for the right person in MS to talk to about things like this with the eventual goal of open sourcing this utility and being able to create an updated release.

我该与谁交谈以实现这一目标?

Who do I talk with to make this happen?




从头开始设计这样的东西并不难它是开源的,如何从创建关键要求列表开始? 

It can't be too hard to design something like this from scratch and make it open source, how about beginning by creating a list of key requirements? 

我还要求.Net Core团队考虑改进程序集加载失败异常,因为这是非常无益的只是声明"无法加载文件或程序集'WHATEVER.DLL'或其中一个依赖项"。

I also asked the .Net Core team to consider improving the assembly load failure exception because that is very unhelpful and just states "Could not load file or assembly 'WHATEVER.DLL' or one of its dependencies".

实际上这应该被描述为有点像堆栈跟踪,因为你会如果找不到WHATEVER.DLL或WHATEVER.DLL使用的东西,则得到相同的异常。当我们得到这个异常时,找出确切缺少
但预期文件导致负载失败的情况令人沮丧和耗时。

In reality this should be described a bit like a stack trace, because you'll get the same exception if WHATEVER.DLL isn't found or something used by WHATEVER.DLL. When we get this exception its frustrating and time consuming to find out exactly what missing yet expected file led to the load failing.

我有兴趣开始这个。


这篇关于开源Dependency Walker(depends.exe)的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆