访问不同版本的taskmgr.exe进行分析
我希望从不同版本的 Windows 中获取不同版本的 taskmgr.exe,以便测试我正在构建的任务管理器插件。我已经设法在 Win7 版本中添加一些基本的附加功能,但我需要访问其他副本,以便我也可以对这些副本进行测试。
我不需要整个操作系统的副本(否则我会从 Microsoft 获取兼容的 VHD),因为我的逆向工程技能足以在没有调试器的情况下编写静态补丁,所以只需实际的 taskmgr.exe 文件即可工作。
我在这里从两个 Windows 安装中获得了 Win7 Ultimate x64 和 Vista x86 版本,但我找不到任何在线存储库,可以在其中获取不同主要版本、服务包等的其他版本。
这里我最好的选择是什么?
I'm looking to get hold of different versions of taskmgr.exe from different versions of Windows, in order to test a Task Manager addon I'm building. I've managed to get some basic additional functionality into the Win7 version, but I need access to other copies so I can test on those too.
I don't need a copy of the entire OS (otherwise I'd grab the compat VHDs from Microsoft), since my reverse engineering skills are good enough to write static patches without a debugger, so just the actual taskmgr.exe files will do the job.
I've got the Win7 Ultimate x64 and Vista x86 versions from two Windows installs here, but I can't find any repository online where I can get hold of other versions from different major versions, service packs, etc.
What's my best bet here?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我怀疑如果没有获得所有相关 Windows 版本的合法副本,您就无法(合法地)执行此操作。 taskmgr.exe 几乎是核心功能,无法单独获取。
一般来说,此规则的唯一例外是所谓的可再发行组件,它可以与第 3 方应用程序捆绑在一起。任务管理器不是其中之一。
I suspect you cannot do this (legally) without obtaining legal copies of all the Windows versions concerned. taskmgr.exe is pretty much the core functionality and cannot be obtained separately.
In general the only exceptions to this rule are the so-called
redestributables
which can be bundled with 3rd party applications. Task Manager is not one of them.