3 lines
75 B
Bash
Executable File
3 lines
75 B
Bash
Executable File
#!/bin/sh
|
|
gcc hello.c -g -o hello -zexecstack -fno-stack-protector -no-pie
|