all:	crackme.cpp vm.cpp
	clang++ crackme.cpp -o 300.bin 
	strip 300.bin
