KiExitDispatcher/GoDefender — reverse-engineered prompt
Reverse engineered prompt
Build me a Windows only Go security toolkit that helps me check whether my app is being studied or tampered with. I want it to detect common virtual machines, sandboxes, debuggers, suspicious analysis tools, and DLL injection attempts, then give clear results that another Go program can use.
Include checks for things like VMware, VirtualBox, QEMU, KVM, Parallels, weird display settings, missing USB history, VM files or pipes, blacklisted usernames, debugger APIs, remote debuggers, suspicious parent processes, known reverse engineering tools, suspicious window titles, odd process patterns, and LoadLibrary style injection attempts.
Keep it simple to run on Windows, with an install or setup script and a demo main program. Make the code organized so each protection check is easy to understand and reuse. Add a clear README that says it’s for education and legitimate security testing on systems I own or have permission to test. Look up current Windows docs online if you need to.
Want more depth? Deep Reverse