From 619056a0a7f1549cc88f43e1a9aba9995ef6d155 Mon Sep 17 00:00:00 2001 From: Julien CLEMENT Date: Sun, 14 Apr 2024 22:01:36 +0200 Subject: [PATCH] fix points Signed-off-by: Julien CLEMENT --- jujure/content/writeups/fcsc_2024/archiver.md | 5 +++-- jujure/content/writeups/fcsc_2024/megalosaure.md | 2 +- jujure/content/writeups/fcsc_2024/svartalfheim.md | 2 +- 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/jujure/content/writeups/fcsc_2024/archiver.md b/jujure/content/writeups/fcsc_2024/archiver.md index 525c9b4..8ccd5e8 100644 --- a/jujure/content/writeups/fcsc_2024/archiver.md +++ b/jujure/content/writeups/fcsc_2024/archiver.md @@ -48,9 +48,10 @@ breakpoint. Note : La chaîne que vous trouverez est à mettre entre FCSC{} pour avoir le flag. - ``` +Authors: `commial` `YoMama` + ## Given files [archiver.exe](/archiver/archiver.exe) @@ -102,7 +103,7 @@ Now let's try to create our own archive: ```console $ echo -n 'FCSC{test_flag}' > flag.txt -$ $ ./archiver.exe create password test.db flag.txt +$ ./archiver.exe create password test.db flag.txt $ xxd test.db 00000000: 0100 0000 0000 0000 21e2 ae0f b85f de7b ........!...._.{ 00000010: b246 ed90 194f 601e 041b 3c8a c6e9 37b1 .F...O`...<...7. diff --git a/jujure/content/writeups/fcsc_2024/megalosaure.md b/jujure/content/writeups/fcsc_2024/megalosaure.md index 0c47223..b9d34bc 100644 --- a/jujure/content/writeups/fcsc_2024/megalosaure.md +++ b/jujure/content/writeups/fcsc_2024/megalosaure.md @@ -19,7 +19,7 @@ We are instead met with a program that takes 20 minutes to validate the input an ## Challenge description -`reverse` | `490 pts` `5 solves` `:star::star::star:` +`reverse` | `487 pts` `6 solves` `:star::star::star:` ``` Voici un binaire qui vérifie si ce qu'on lui passe est le flag. À vous de jouer ! diff --git a/jujure/content/writeups/fcsc_2024/svartalfheim.md b/jujure/content/writeups/fcsc_2024/svartalfheim.md index e4debda..096aaaf 100644 --- a/jujure/content/writeups/fcsc_2024/svartalfheim.md +++ b/jujure/content/writeups/fcsc_2024/svartalfheim.md @@ -15,7 +15,7 @@ not looking at it, so stay alert :eyes:. ## Challenge description -`reverse` | `469 pts` `13 solves` `:star::star::star:` +`reverse` | `467 pts` `14 solves` `:star::star::star:` ``` Trouvez le flag accepté par le binaire.