ekknod/drvscan — reverse-engineered prompt
Reverse engineered prompt
Build me a Windows C++ command line tool for checking system and process integrity, similar to a low level security scanner.
I want it to have commands to scan a target process for memory or module changes, optionally by process id, and allow saving a clean cache of loaded modules so I can compare against it after rebooting. It should also have options to scan EFI memory for abnormal entries and optionally dump anything suspicious, scan PCI devices with extra checks, print config space, and optionally block illegal cards. Add a mouse packet monitoring mode that can log packets to help spot suspicious automated aiming behavior.
Include a simple help screen that explains all commands and options, plus a basic driver install flow that can be run as admin. Keep it focused on Windows, and make the client easy to build and run in release mode. If Windows version differences matter, note any known limitations clearly in the README.
Want more depth? Deep Reverse