A terminal-based Python game that simulates analyzing fake malware samples in a Windows-like environment. Learn how malware hides and persists — no real malware, just puzzles!
- 14 unique, self-contained analysis levels
- Fake malware techniques like registry persistence, obfuscated PowerShell, and autoruns
- Simulated CLI commands (
reg
,tasklist
,strings
, etc.) - Save and load system with cinematic intro and ending
- Offline, safe, and educational
- Clone the repo:
git clone https://github.com/your-username/malware-analysis-simulator.git cd malware-analysis-simulator
- Run the game: python main.py