target: target.c clang -Og -fno-stack-protector target.c -o target execstack -s ./target clean: rm -f ./target