README.chromium 760 B

1234567891011121314151617181920212223242526
  1. Name: American Fuzzy Lop
  2. Short Name: AFL
  3. URL: http://lcamtuf.coredump.cx/afl/
  4. Version: 2.52b
  5. Date: August 17, 2018
  6. License: Apache 2.0
  7. License File: src/docs/COPYING
  8. Security Critical: no
  9. Description:
  10. Tool for in-process and out-of-process (fork) coverage-guided fuzz testing
  11. (fuzzing). Similar to libFuzzer.
  12. Local Modifications:
  13. - Use update.py to roll forward.
  14. - Renamed afl-2.52b/ to src/.
  15. - Removed the following unneeded files/directories:
  16. - src/experimental/argv_fuzzing/
  17. - src/docs/vuln_samples
  18. - src/testcases/others/elf
  19. - src/llvm_mode/afl-llvm-pass.so.cc
  20. - src/dictionaries/
  21. - patches/0001-fix-build-with-std-c11.patch
  22. - Fix build with CFLAGS="-std=c11 -D_GNU_SOURCE"
  23. - patches/0002-fix-shadow-variables.patch
  24. - Fix -Wshadow warnings