cutecatsandvirtualmachines/CheatDriver — reverse-engineered prompt

Reverse engineered prompt

I want a safe, educational Windows kernel demo in Visual Studio 2022 that shows how this kind of virtualization based driver setup works, but only for learning in a test VM. Please keep the basic shape of the repo, with a main driver, an optional prep driver, a simple user mode loader, and a tiny test DLL, and make it build cleanly with the latest WDK once the submodules are pulled.

The app should check the machine requirements, initialize the library pieces, pass a small config block from user mode to the driver, and log clearly what is happening. It can demonstrate harmless things like process tracking, simple callbacks, and communication between the loader and the driver. Please do not include anything for stealth, hardware spoofing, anti debugger behavior, hiding from security tools, trace cleanup, bypassing protections, or game cheating. Add clear comments and a short README with setup steps, BIOS virtualization notes, and how to run it in a disposable lab environment. If you need details, look up the current docs online.

Want more depth? Deep Reverse