ports/security/afl++/files/Makefile.extra
Tobias Kortkamp a471593daf New port: security/afl++
American fuzzy lop is a fuzzer that employs a novel type of compile-time
instrumentation and genetic algorithms to automatically discover clean,
interesting test cases that trigger new internal states in the targeted
binary. This substantially improves the functional coverage for the
fuzzed code.

afl++ is a fork of afl that incorporates all community patches into
a single source distribution.

WWW: https://github.com/vanhauser-thc/AFLplusplus

Changes:	https://github.com/vanhauser-thc/AFLplusplus/blob/2.52c/docs/ChangeLog
2019-06-24 06:59:27 +00:00

10 lines
174 B
Text

.PHONY: libdislocator llvm_mode test_llvm_mode
libdislocator:
$(MAKE) -C libdislocator
llvm_mode:
$(MAKE) -C llvm_mode
test_llvm_mode:
$(MAKE) -C llvm_mode test_build