Files
pwn-learning/stackoverflow/no-protection/compile.sh

3 lines
75 B
Bash
Executable File

#!/bin/sh
gcc hello.c -g -o hello -zexecstack -fno-stack-protector -no-pie