Modify the makefile under build: crunch mode the $? to the left as shown.
val: crunch.c
@echo "Building valgrind compatible binary..."
$(CC) $? $(VCFLAGS) $(LFS) -o crunch
@echo "valgrind --leak-check=yes crunch ..."
@echo ""
crunch: crunch.c
@echo "Building binary..."
$(CC) $? $(CFLAGS) $(LFS) -o $@
@echo ""
Also note that crunch default install is /pentest/passwords/crunch you may want to change the location in the make file to suit.
WindyCityTech Blogger
WindyWindyCityTech Wordpress
No comments:
Post a Comment