64 位 DLL 的 rundll32.exe 等效项

发布于 2024-10-12 09:10:54 字数 41 浏览 1 评论 0原文

是否有等效的 rundll32.exe 用于调用 64 位 DLL?

Is there an equivalent of rundll32.exe for calling 64-bit DLLs?

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

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

发布评论

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

评论(1

魔法少女 2024-10-19 09:10:54

在 64 位版本的 Windows 上,存在两个 rundll32.exe 程序:

  • 64 位:C:\Windows\System32\rundll32.exe
  • 32 位:C:\Windows\SysWOW64\rundll32.exe

如果您尝试从 32 位程序执行此操作,则可能需要使用 C:\Windows\Sysnative 或暂时关闭WoW64 文件系统重定向。请参阅Microsoft 文档

On 64-bit versions of Windows, two rundll32.exe programs exist:

  • 64-bit: C:\Windows\System32\rundll32.exe
  • 32-bit: C:\Windows\SysWOW64\rundll32.exe

If you are trying to do this from a 32-bit program, you might need to use C:\Windows\Sysnative or temporarily turn off WoW64 file system redirection. See the Microsoft documentation.

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