vhci:
	gcc poc.c syzkaller_utils.c -o poc -lpthread

clean:
	rm -rf poc
