Help: Will the Win32 keyboard hook work under Win64?
Hello! I publish a post from hopelessness - none of my friends suggested, Windows has 32-bit itself, and Google gives garbage. So…
The Debugger Builder 2010 prompted me: the DLL in which the WinAPI hook is arranged is simply inserted into the address space of each program. This raises a couple of questions.
1. Will the 32-bit keyboard hook work under a 64-bit version of Windows? 2. Will it be the opposite: a 64-bit keyboard hook under a 64-bit Windows, but in 32-bit programs? If not, how to make a double hook correctly?