Home
last modified time | relevance | path

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

/xen-4.10.0-shim-comet/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-4.10.0-shim-comet/tools/fuzz/x86_instruction_emulator/
A DMakefile6 x86-insn-fuzz-all: x86-insn-fuzzer.a fuzz-emul.o afl
41 afl-harness: afl-harness.o fuzz-emul.o x86-emulate.o
44 afl-harness-cov: afl-harness-cov.o fuzz-emul-cov.o x86-emulate-cov.o
57 rm -f *.a *.o .*.d afl-harness afl-harness-cov *.gcda *.gcno *.gcov
64 .PHONY: afl
65 afl: afl-harness target
67 .PHONY: afl-cov
68 afl-cov: afl-harness-cov
/xen-4.10.0-shim-comet/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-4.10.0-shim-comet/
A D.gitignore168 tools/fuzz/libelf/afl-libelf-fuzzer
172 tools/fuzz/x86_instruction_emulator/afl-harness
173 tools/fuzz/x86_instruction_emulator/afl-harness-cov

Completed in 5 milliseconds