开发者

rundll32.exe equivalent for 64-bit DLLs

开发者 https://www.devze.com 2023-02-04 18:26 出处:网络
Is there an equivalen开发者_Go百科t of rundll32.exe for calling 64-bit DLLs?On 64-bit versions of Windows, two rundll32.exe programs exist:

Is there an equivalen开发者_Go百科t of rundll32.exe for calling 64-bit DLLs?


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.

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号