jasonpang / Interceptor

C# wrapper for a Windows keyboard driver. Can simulate keystrokes and mouse clicks in protected areas like the Windows logon screen (and yes, even in games). Wrapping http://oblita.com/Interception
MIT License
286 stars 84 forks source link

Does it work with x64 windows7 #11

Open lalitsom opened 6 years ago

lalitsom commented 6 years ago

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. 🙄

InjoyDeng commented 6 years ago

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

keytrap-x86 commented 3 years ago

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.