Searched refs:afl (Results 1 – 4 of 4) sorted by relevance
5 See also http://lcamtuf.coredump.cx/afl/23 llvm_mode, make use of afl-clang-fast:25 $ make CC=$AFLPATH/afl-clang-fast afl # produces afl-harness27 If not, use the default afl-gcc:29 $ make CC=$AFLPATH/afl-gcc afl # produces afl-harness31 3. provide initial test case (fuzzer dependent, see afl-*.c):34 bs=`./afl-harness --min-input-size` count=141 $ $AFLPATH/afl-fuzz -t 1000 -i testcase_dir -o findings_dir -- ./afl-harness48 generate coverage data. To do this, use the target `afl-cov`:50 $ make afl-cov #produces afl-harness-cov[all …]
6 x86-insn-fuzz-all: x86-insn-fuzzer.a fuzz-emul.o afl41 afl-harness: afl-harness.o fuzz-emul.o x86-emulate.o44 afl-harness-cov: afl-harness-cov.o fuzz-emul-cov.o x86-emulate-cov.o57 rm -f *.a *.o .*.d afl-harness afl-harness-cov *.gcda *.gcno *.gcov64 .PHONY: afl65 afl: afl-harness target67 .PHONY: afl-cov68 afl-cov: afl-harness-cov
22 afl-libelf-fuzzer: afl-libelf-fuzzer.o libelf-fuzzer.o $(ELF_LIB_OBJS)41 .PHONY: afl42 afl: afl-libelf-fuzzer target
168 tools/fuzz/libelf/afl-libelf-fuzzer172 tools/fuzz/x86_instruction_emulator/afl-harness173 tools/fuzz/x86_instruction_emulator/afl-harness-cov
Completed in 3 milliseconds