Here's a libc
This commit is contained in:
5
heres_a_libc/Makefile
Executable file
5
heres_a_libc/Makefile
Executable file
@@ -0,0 +1,5 @@
|
||||
all:
|
||||
gcc -Xlinker -rpath=./ -m64 -fno-stack-protector -no-pie -o vuln vuln.c
|
||||
|
||||
clean:
|
||||
rm vuln
|
||||
Reference in New Issue
Block a user