blob: ebda4f1bd2b1eaaaa63fa501c603453b8c1cfd78 [file] [log] [blame]
Name: American Fuzzy Lop
Short Name: AFL
URL: http://lcamtuf.coredump.cx/afl/
Version: 2.52b
Date: August 17, 2018
License: Apache 2.0
License File: src/docs/COPYING
Security Critical: no
Shipped: no
Description:
Tool for in-process and out-of-process (fork) coverage-guided fuzz testing
(fuzzing). Similar to libFuzzer.
Local Modifications:
- Use update.py to roll forward.
- Renamed afl-2.52b/ to src/.
- Removed the following unneeded files/directories:
- src/experimental/argv_fuzzing/
- src/docs/vuln_samples
- src/testcases/others/elf
- src/llvm_mode/afl-llvm-pass.so.cc
- src/dictionaries/
- patches/0001-fix-build-with-std-c11.patch
- Fix build with CFLAGS="-std=c11 -D_GNU_SOURCE"
- patches/0002-fix-shadow-variables.patch
- Fix -Wshadow warnings