为什么 dependency walker 将 32 位 dll 显示为 64 位?

发布于 2024-09-16 18:12:32 字数 203 浏览 7 评论 0原文

在一些分析过程中,我在 Windows 7 64 位计算机上遇到了这种情况:我使用依赖加载了 notepad.exe,它显示位于 System32 上的依赖项是 64 位!是依赖项中有问题还是有其他问题,例如依赖项重定向?关于如何解释依赖步行者的输出有什么想法吗?

替代文字

During some analysis I had this situation on a Windows 7 64-bit machine: I loaded notepad.exe with depends and it shows me dependencies located on System32 as being 64 bit! Is is something buggy in depends or something else like redirection of dependencies? Any idea on how to interpret the output of depencency walker?

alt text

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

就是爱搞怪 2024-09-23 18:12:32

Windows 7下system32文件夹中的应用程序和库实际上是64位二进制文​​件。 32 位内容的支持系统位于 syswow64 中。这就像单击“开始”来关闭计算机:)

WoW64(Windows 32 位 Windows 64 位)< /a>

Applications and libraries in the system32 folder under Windows 7 are actually 64bit binaries. The support system for 32 bit stuff is in syswow64. It's like clicking "start" to shutdown your computer :)

WoW64 (Windows 32-bit On Windows 64-bit)

余厌 2024-09-23 18:12:32

没有错误。 Windows 7 上的记事本是 64 位应用程序,因此从 system32 目录加载 64 位 DLL。

64 位 Windows 操作系统上的命名约定并不完全直观,但我想这对某些人来说是有意义的。

System32 包含 64 位二进制文​​件,SysWOW64 包含 32 位二进制文​​件。

There is no bug. Notepad on Windows 7 is a 64-bit application, and is thus loading 64-bit DLLs from the system32 directory.

The naming conventions on 64-bit Windows operating systems is not exactly intuitive, but I guess it makes sense to somebody.

System32 contains the 64-bit binaries, and SysWOW64 contains the 32-bit binaries.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文