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

BadimageFormatException #12

Open AndenCastillo opened 6 years ago

AndenCastillo commented 6 years ago

http://prntscr.com/ij2rfy How to fix this error Win 10 64 bit

aznxfrost commented 6 years ago

Also having this issue on windows 10 64bit.

jrexz commented 6 years ago

Build with x64 verion dll

keytrap-x86 commented 3 years ago

Author quoted :

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.