first commit

This commit is contained in:
H3XploR
2026-04-24 23:23:07 +02:00
commit 9117bafee3
3 changed files with 38 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
EXEC = exploit
$(EXEC): exploit.o
gcc -o $(EXEC) exploit.o
exploit.o: exploit.c
gcc -c exploit.c