Name: American Fuzzy Lop
Short Name: AFL
URL: http://lcamtuf.coredump.cx/afl/
Version: 2.52b
Date: 2018-08-17
Update Mechanism: Manual (https://crbug.com/422372869)
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