actiona
actiona copied to clipboard
Create a user-mode driver to emulate mouse/keyboard input
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.