/images/avatar.png

Phoenix exploit education format printf serie

Ce document réunit les quatres exercices de la serie consacrée à la faille “format string” format-zero Le source Source du programme. /* * phoenix/format-zero, by https://exploit.education * * Can you change the "changeme" variable? * * 0 bottles of beer on the wall, 0 bottles of beer! You take one down, and * pass it around, 4294967295 bottles of beer on the wall! */ #include <err.h> #include <stdio.h> #include <stdlib.h> #include <string.