all:
	gcc -s exploit.c -o exploit -Wall
	gcc -s payload.c -o payload -Wall
