added task and solution

This commit is contained in:
nihonium 2025-04-29 03:40:01 +03:00
commit a0e1d6f7ab
9 changed files with 444 additions and 0 deletions

6
solution/spl/Makefile Normal file
View file

@ -0,0 +1,6 @@
all: sploit leak_stack
sploit:
gcc -static sploit.c -o sploit
leak_stack:
gcc -static leak_stack.c -o leak_stack