MicrosoftARMAssembler/Undetected-Easy ? reverse-engineered prompt
Reverse engineered prompt
Build me a Windows C++ project that works as a detection scanner for kernel level anti cheat style checks.
I want a usermode app that talks to a kernel driver, runs a scan, shows the results in a simple readable way, and writes a raw ude log file after it finishes. The app should display what was found, why it was flagged, and a short suggestion for how to fix it.
The driver should do the actual scanning and return structured detection packets with details like target, violation, method, address, and size. Please include the main scan categories from the README, like module integrity, execution integrity, memory integrity, pool integrity, process integrity, object integrity, and service integrity.
Make the whole thing build cleanly from the solution, keep the code organized and easy to understand, and add basic error handling so the usermode side can handle driver communication failures gracefully. If you need current Windows docs or APIs, look them up online.