Is there an equivalent of rundll32.exe for calling 64-bit DLLs?
On 64-bit versions of Windows, two rundll32.exe programs exist:
rundll32.exe
C:WindowsSystem32 undll32.exe
C:WindowsSysWOW64 undll32.exe
If you are trying to do this from a 32-bit program, you might need to use C:WindowsSysnative or temporarily turn off WoW64 file system redirection. See the Microsoft documentation.
C:WindowsSysnative
2.1m questions
2.1m answers
60 comments
57.0k users