Guessing Game 1
This commit is contained in:
5
guessing_game_1/Makefile.share
Normal file
5
guessing_game_1/Makefile.share
Normal file
@@ -0,0 +1,5 @@
|
||||
all:
|
||||
gcc -m64 -fno-stack-protector -O0 -no-pie -static -o vuln vuln.c
|
||||
|
||||
clean:
|
||||
rm vuln
|
||||
Reference in New Issue
Block a user