Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(535)

Side by Side Diff: third_party/afl/README.chromium

Issue 2662883002: Roll AFL 2.31b:2.38b and switch coverage to use trace-pc-guard. (Closed)
Patch Set: Remove unneeded vuln_samples binaries. Created 3 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « build/config/sanitizers/sanitizers.gni ('k') | third_party/afl/src/Makefile » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 Name: American Fuzzy Lop 1 Name: American Fuzzy Lop
2 Short Name: AFL 2 Short Name: AFL
3 URL: http://lcamtuf.coredump.cx/afl/ 3 URL: http://lcamtuf.coredump.cx/afl/
4 Version: 2.31b 4 Version: 2.38b
5 Date: August 18, 2016 5 Date: January 29, 2017
6 License: Apache 2.0 6 License: Apache 2.0
7 License File: src/docs/COPYING 7 License File: src/docs/COPYING
8 Security Critical: no 8 Security Critical: no
9 9
10 Description: 10 Description:
11 Tool for in-process and out-of-process (fork) coverage-guided fuzz testing 11 Tool for in-process and out-of-process (fork) coverage-guided fuzz testing
12 (fuzzing). Similar to libFuzzer. 12 (fuzzing). Similar to libFuzzer.
13 13
14 Local Modifications: 14 Local Modifications:
15 - Use update.py to roll forward. 15 - Use update.py to roll forward.
16 - Renamed afl-2.31b/ to src/. 16 - Renamed afl-2.38b/ to src/.
17 - Removed the following unneeded files/directories: 17 - Removed the following unneeded files/directories:
18 - src/experimental/argv_fuzzing/ 18 - src/experimental/argv_fuzzing/
19 - src/docs/vuln_samples/*.elf 19 - src/docs/vuln_samples
20 - src/testcases/others/elf 20 - src/testcases/others/elf
21 - src/llvm_mode/afl-llvm-pass.so.cc 21 - src/llvm_mode/afl-llvm-pass.so.cc
22 - src/dictionaries/ 22 - src/dictionaries/
OLDNEW
« no previous file with comments | « build/config/sanitizers/sanitizers.gni ('k') | third_party/afl/src/Makefile » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698