BufferOverFLow (100 points)

// Squelette du programme
int main()
{
int retour;
unsigned int a = 0x12345678;
char Proposition[12];
puts("Tentez votre chance !\n");
puts("Entrez votre proposition :");
gets(Proposition);
fputs("Votre proposition : ", stdout);
puts(Proposition);

if (a == 0x1DECAFE1){
// Affichage du flag
// ...
}
else{
puts("Perdu ...");
// ...
}
// ...
}
//-------------------------


Obtenez le flag...

-> Voir la page du challenge






Signaler un bug ou une erreur -> contact [At] cyber-learning.fr