changeofpace / MouClassInputInjection

MouClassInputInjection implements a kernel interface for injecting mouse input data packets into the input data stream of HID USB mouse devices.
MIT License
290 stars 82 forks source link

Unable to load driver #3

Closed RBJRBJ closed 3 years ago

RBJRBJ commented 4 years ago

Trying the MouClassInputInjection on Win 10, built with VS2019:

C:\Users\WDKRemoteUser\Desktop\kbtest>\drivertest\devcon install \drivertest\drivers\mouclassinputinjection.inf HID_DEVICE_SYSTEM_MOUSE Device node created. Install is complete when drivers are installed... Updating drivers for HID_DEVICE_SYSTEM_MOUSE from C:\drivertest\drivers\mouclassinputinjection.inf. devcon failed.

C:\Users\WDKRemoteUser\Desktop\kbtest>MouiiCL.exe MouiiIoInitialization failed: 2

Not sure if INF file is correct. Remote deploy gives some errors. See same issue with MouHidInputHook...

changeofpace commented 4 years ago

Try loading the driver using sc.exe or a driver loader like https://github.com/tandasat/DrvLoader. The driver is not signed so the target environment needs to have test signing enabled.

koreguy commented 4 years ago

Hi, I'm having the same problem as well. what's the correct way to install this?