Code source du malware pour l'UE Malware de la M2 FST
Find a file
2026-03-14 15:16:08 +01:00
backup Already working malware! 2026-02-20 15:53:41 +01:00
Malware Code automodifiant 2026-02-26 22:15:43 +01:00
.clang-format main + obfuscations 2026-02-25 09:50:55 +01:00
.gitignore new project 2026-02-12 10:28:45 +01:00
README.md Update README.md 2026-03-14 15:16:08 +01:00

malware-m2-2026

Source code for a "malware" made for the Malware class of the Cybersecurity Masters degree in Nancy (FST) This code, while featuring malware-like behaviour, is not malicious and safe to execute. It is made to compile with Visual Studio on Windows XP.

This program has the following behaviour:

  • If the argument (argv[1]) is V&7mH@t!, it writes "GAGNE!" (WIN!) on the standard output
  • If the argument is any other string of 8 or less characters, it writes it back on the standard output
  • Otherwise, the behaviour is undefined (mystery...)

To load the projet in VS, open the "Malware.sln" project file.