X Pintrest Facebook YouTube GitHub Amazon
Windows: Is Keyboard Rootkitted?

I created a keyboard SMM rootkitted detector that consist of a Windows driver, a simple C++ Win32 app that outputs the result, and a WiX 3.11 .msi installer. In Windows you have to sign the driver for this to work and get the driver installed. The app looks something like this:



In order to compile, run and install this software you have to do:

git clone https://github.com/sith-ikjetil/IsKeyboardRootkitted.git

Load the solution in Visual Studio 2022 and enjoy.