Files
picoCTF/heres_a_libc/Makefile
Maxime Vorwerk e441e07726 Here's a libc
2024-06-20 18:28:21 +02:00

6 lines
95 B
Makefile
Executable File

all:
gcc -Xlinker -rpath=./ -m64 -fno-stack-protector -no-pie -o vuln vuln.c
clean:
rm vuln