fix points
Signed-off-by: Julien CLEMENT <julien.clement@epita.fr>
This commit is contained in:
parent
95852bee94
commit
619056a0a7
@ -48,9 +48,10 @@ breakpoint.
|
|||||||
|
|
||||||
Note : La chaîne que vous trouverez est à mettre entre FCSC{} pour avoir
|
Note : La chaîne que vous trouverez est à mettre entre FCSC{} pour avoir
|
||||||
le flag.
|
le flag.
|
||||||
|
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Authors: `commial` `YoMama`
|
||||||
|
|
||||||
## Given files
|
## Given files
|
||||||
|
|
||||||
[archiver.exe](/archiver/archiver.exe)
|
[archiver.exe](/archiver/archiver.exe)
|
||||||
@ -102,7 +103,7 @@ Now let's try to create our own archive:
|
|||||||
|
|
||||||
```console
|
```console
|
||||||
$ echo -n 'FCSC{test_flag}' > flag.txt
|
$ 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
|
$ xxd test.db
|
||||||
00000000: 0100 0000 0000 0000 21e2 ae0f b85f de7b ........!...._.{
|
00000000: 0100 0000 0000 0000 21e2 ae0f b85f de7b ........!...._.{
|
||||||
00000010: b246 ed90 194f 601e 041b 3c8a c6e9 37b1 .F...O`...<...7.
|
00000010: b246 ed90 194f 601e 041b 3c8a c6e9 37b1 .F...O`...<...7.
|
||||||
|
@ -19,7 +19,7 @@ We are instead met with a program that takes 20 minutes to validate the input an
|
|||||||
|
|
||||||
## Challenge description
|
## 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 !
|
Voici un binaire qui vérifie si ce qu'on lui passe est le flag. À vous de jouer !
|
||||||
|
@ -15,7 +15,7 @@ not looking at it, so stay alert :eyes:.
|
|||||||
|
|
||||||
## Challenge description
|
## 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.
|
Trouvez le flag accepté par le binaire.
|
||||||
|
Loading…
Reference in New Issue
Block a user