From fa51dfc8cb36eaf11de88c1e9ffc35ed1ea02b5f Mon Sep 17 00:00:00 2001 From: seliaste Date: Sat, 14 Mar 2026 15:15:20 +0100 Subject: [PATCH] Update README.md --- README.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index cb4c203..7108089 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,11 @@ # malware-m2-2026 -Code source du malware pour l'UE Malware de la M2 FST \ No newline at end of file +Source code for a "malware" made for the Malware class of the Master degree in cybersecurity at 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. \ No newline at end of file