Home
last modified time | relevance | path

Searched refs:afl (Results 1 – 6 of 6) sorted by relevance

/xen/tools/fuzz/
A DREADME.afl5 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-harness
27 If not, use the default afl-gcc:
29 $ make CC=$AFLPATH/afl-gcc afl # produces afl-harness
31 3. provide initial test case (fuzzer dependent, see afl-*.c):
34 bs=`./afl-harness --min-input-size` count=1
41 $ $AFLPATH/afl-fuzz -t 1000 -i testcase_dir -o findings_dir -- ./afl-harness
48 generate coverage data. To do this, use the target `afl-cov`:
50 $ make afl-cov #produces afl-harness-cov
[all …]
/xen/tools/fuzz/x86_instruction_emulator/
A DMakefile6 x86-insn-fuzz-all: x86-insn-fuzzer.a fuzz-emul.o afl
42 afl-harness: afl-harness.o fuzz-emul.o x86-emulate.o cpuid.o wrappers.o
45 afl-harness-cov: afl-harness-cov.o fuzz-emul-cov.o x86-emulate-cov.o cpuid.o wrappers.o
58 rm -f *.a *.o .*.d afl-harness afl-harness-cov *.gcda *.gcno *.gcov
65 .PHONY: afl
66 afl: afl-harness target
68 .PHONY: afl-cov
69 afl-cov: afl-harness-cov
/xen/tools/fuzz/libelf/
A DMakefile22 afl-libelf-fuzzer: afl-libelf-fuzzer.o libelf-fuzzer.o $(ELF_LIB_OBJS)
41 .PHONY: afl
42 afl: afl-libelf-fuzzer target
/xen/tools/fuzz/cpu-policy/
A DMakefile5 all: afl-policy-fuzzer
9 $(RM) -f -- *.o .*.d .*.d2 afl-policy-fuzzer
25 afl-policy-fuzzer: afl-policy-fuzzer.o msr.o cpuid.o
A D.gitignore1 afl-policy-fuzzer
/xen/
A D.gitignore160 tools/fuzz/libelf/afl-libelf-fuzzer
162 tools/fuzz/x86_instruction_emulator/afl-harness
163 tools/fuzz/x86_instruction_emulator/afl-harness-cov

Completed in 6 milliseconds