Leksa667/AntiDBG-Technique-Anti-DebugAnti-Reverse-Engineering-System — reverse-engineered prompt
Reverse engineered prompt
Build me a Windows C++ console project that demonstrates anti debug, anti reverse engineering, anti hook, anti VM, anti sandbox, and anti dump checks in a clear educational way.
I want to run the program and see it walk through a lot of protection checks, like detecting attached debuggers, patched Windows debug functions, hardware breakpoints, suspicious parent processes, VM clues, sandbox behavior, memory dump attempts, and tampering with the program code. If something is detected, print a clear message explaining what was found and stop safely. If everything looks normal, let the program reach the end and say it passed.
Please make it easy to open and build in Visual Studio, keep the code organized, and use Windows APIs correctly. Add comments so someone learning can understand what each check is trying to prove. Avoid random destructive behavior, and make any aggressive actions optional or clearly marked.
Look up current Windows API docs online if you need to.
Want more depth? Deep Reverse