Chrome Release Bot (LUCI) 4762b62e7d Publish DEPS for 106.0.5249.13 1 year ago
..
patches 4762b62e7d Publish DEPS for 106.0.5249.13 1 year ago
src 4762b62e7d Publish DEPS for 106.0.5249.13 1 year ago
BUILD.gn 4762b62e7d Publish DEPS for 106.0.5249.13 1 year ago
DIR_METADATA 4762b62e7d Publish DEPS for 106.0.5249.13 1 year ago
OWNERS 4762b62e7d Publish DEPS for 106.0.5249.13 1 year ago
README.chromium 4762b62e7d Publish DEPS for 106.0.5249.13 1 year ago
update.py 4762b62e7d Publish DEPS for 106.0.5249.13 1 year ago

README.chromium

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

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