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

Unable to load DLL #25

Open hizzyg opened 2 years ago

hizzyg commented 2 years ago

I added the DLL like it was mentioned in the description and got the error at Line 64 in the Input.cs class: System.DllNotFoundException: 'Unable to load DLL 'interception.dll' or one of its dependencies: The specified module could not be found. (0x8007007E)' .. Did anyone got the same issue and have a solution for me ?

ultraViz commented 3 months ago

@hizzyg did you manage to load the dll?