Skip to content

Latest commit

 

History

History

afl

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
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"