added task and solution
This commit is contained in:
commit
a0e1d6f7ab
9 changed files with 444 additions and 0 deletions
6
solution/spl/Makefile
Normal file
6
solution/spl/Makefile
Normal 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue