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

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

Issue 2095843002: Build afl-tools with fuzzers. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Change //third_party/afl:afl to //third_party/afl. Created 4 years, 5 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 | « third_party/afl/BUILD.gn ('k') | third_party/afl/src/hash.h » ('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.14b 4 Version: 2.14b
5 Date: June 16th, 2016 5 Date: June 16th, 2016
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 Renamed afl-2.14b/ to src/. 15 Renamed afl-2.14b/ to src/.
16 Removed the following unneeded files/directories: 16 Removed the following unneeded files/directories:
17 1. src/docs/visualization/ 17 1. src/docs/visualization/
18 2. src/docs/vuln_samples/ 18 2. src/docs/vuln_samples/
19 3. src/testcases/ 19 3. src/testcases/
20 4. third_party/afl/src/experimental/argv_fuzzing/argv-fuzz-inl.h 20 4. src/experimental/argv_fuzzing/argv-fuzz-inl.h
21 5. third_party/afl/src/llvm_mode/afl-llvm-pass.so.cc 21 5. src/llvm_mode/afl-llvm-pass.so.cc
22 6. third_party/afl/src/hash.h 22 6. src/experimental/instrumented_cmp/instrumented_cmp.c
23 7. third_party/afl/experimental/instrumented_cmp/instrumented_cmp.c
OLDNEW
« no previous file with comments | « third_party/afl/BUILD.gn ('k') | third_party/afl/src/hash.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698