Interceptor icon indicating copy to clipboard operation
Interceptor copied to clipboard

Does it work with x64 windows7

Open lalitsom opened this issue 7 years ago • 2 comments

Does this work with 64 bit windows? Until now I had a 32 bit windows 7, and I was using http://yorick.oblita.com/downloads to intercept keyboard inputs for a small C# app. But after I switched to 64 bit , I am unable to install those drivers and my app does not work. Don't know why? 😓 Could you give me any insights on that? would http://www.oblita.com/interception be a better choice or they are just the same thing?

Any help would be appreciated. 🙄

lalitsom avatar Dec 31 '17 02:12 lalitsom

I also encountered this problem. Now I use WinRing0 https://autohotkey.com/boards/viewtopic.php?t=9009

InjoyDeng avatar Jan 01 '18 19:01 InjoyDeng

I cannot guarantee that I works with Windows 7 because I haven't tested it, but I have tested it with Windows 10 x64. You have to download Oblita's interceptor.dll in x64 version, and build this project in 64 bits also.

Notes:

You may get a BadImageFormatException if you don't use the proper architecture (x86 or x64) for all your projects in the solution, including this project. So you may have to download the source of this project to rebuild it to the right architecture. This should be easy and the build process should have no errors.

You MUST download the 'interception.dll' available from http://oblita.com/Interception.

keytrap-x86 avatar Apr 09 '21 07:04 keytrap-x86