Here's a libc

This commit is contained in:
Maxime Vorwerk
2024-06-20 18:28:21 +02:00
parent c8845312fe
commit e441e07726
28 changed files with 168 additions and 0 deletions

5
heres_a_libc/Makefile Executable file
View File

@@ -0,0 +1,5 @@
all:
gcc -Xlinker -rpath=./ -m64 -fno-stack-protector -no-pie -o vuln vuln.c
clean:
rm vuln