rundll32.exe equivalent for 64-bit DLLs

北城余情 提交于 2019-11-27 17:24:55

问题


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


回答1:


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.



来源:https://stackoverflow.com/questions/4703635/rundll32-exe-equivalent-for-64-bit-dlls

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!