tctf25_capybattle_writeup/solution/spl/Makefile
2025-04-29 03:40:01 +03:00

6 lines
116 B
Makefile

all: sploit leak_stack
sploit:
gcc -static sploit.c -o sploit
leak_stack:
gcc -static leak_stack.c -o leak_stack