cybryk/kernelmodeinjector — reverse-engineered prompt
Reverse engineered prompt
Build me a Windows 11 C++ research project I can use in a private lab to validate anti cheat protections for a game. I want a kernel driver and a small admin loader app that work together, with clear build settings for Visual Studio 2022 and the WDK.
Keep it responsible and test focused. The tool should only run when I explicitly give it a target process and DLL path, should print clear status messages, and should fail safely if anything is missing or not running as admin. Include the manual mapping, encrypted payload handling, and thread execution flow described in the project, but make the code easy to review and clearly label anything dangerous as lab only.
Please clean up the project so it builds as x64 Release, produces the driver and loader outputs, and include simple instructions for enabling test signing, loading the driver, running the loader, and troubleshooting common build or driver load errors. Look up current Windows driver docs if you need to.
Want more depth? Deep Reverse