mirror of
https://git.freebsd.org/ports.git
synced 2025-06-14 09:10:32 -04:00
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
10 lines
174 B
Text
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
|