all:
	gcc cdpexpl.c -o cdpexpl
	gcc shellcode.c -o shellcode

clean:
	rm -f cdpexpl shellcode explbuf scbuf
