all:
	gcc -o exploit -static exploit.c

clean:
	rm -f exploit