actiona icon indicating copy to clipboard operation
actiona copied to clipboard

Create a user-mode driver to emulate mouse/keyboard input

Open Jmgr opened this issue 3 years ago • 0 comments

That would help circumventing programs that block input generated using SendInput. Creating drivers for Windows is a bit tricky though, and requires signing with an OV code signing certificate.

There are some libraries/drivers that do exactly that, but they are all closed source and distributed with a license that forbids commercial usage, so we will have to create our own driver.

Jmgr avatar Mar 13 '21 11:03 Jmgr