giuseppe-maglione/fr33d — reverse-engineered prompt
Reverse engineered prompt
Build me a safe educational Windows security lab project in C that shows how a modular dropper and injector is structured, but make it harmless and only for an authorized VM.
I want a small command line tool plus helper scripts that can compile from Linux with mingw, read a local lab IP and port from config, download an encrypted test payload like a calculator demo, and print clear logs so I can understand each step. Include safe demo versions of string obfuscation, API hashing, mutex checks, sandbox checks, persistence choices, and injection concepts, but don’t make it usable against real machines.
Please add a builder script with test and debug modes, a simple local server script for the lab payload, and clear docs with setup steps, legal warnings, and troubleshooting. Look up current docs online if you need to.
Want more depth? Deep Reverse