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

Unified Diff: third_party/afl/README.chromium

Issue 2075883002: Add American Fuzzy Lop (afl) to third_party/afl/ (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix nits Created 4 years, 6 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « third_party/afl/OWNERS ('k') | third_party/afl/src/Makefile » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/afl/README.chromium
diff --git a/third_party/afl/README.chromium b/third_party/afl/README.chromium
new file mode 100644
index 0000000000000000000000000000000000000000..af82befe8b4bb3bd4b80001b04a24ebcc68ab949
--- /dev/null
+++ b/third_party/afl/README.chromium
@@ -0,0 +1,23 @@
+Name: American Fuzzy Lop
+Short Name: afl
+URL: http://lcamtuf.coredump.cx/afl/
+Version: 2.14b
+Date: June 16th, 2016
+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:
+Renamed afl-2.14b/ to src/.
+Removed the following unneeded files/directories:
+ 1. src/docs/visualization/
+ 2. src/docs/vuln_samples/
+ 3. src/testcases/
+ 4. third_party/afl/src/experimental/argv_fuzzing/argv-fuzz-inl.h
+ 5. third_party/afl/src/llvm_mode/afl-llvm-pass.so.cc
+ 6. third_party/afl/src/hash.h
+ 7. third_party/afl/experimental/instrumented_cmp/instrumented_cmp.c
« no previous file with comments | « third_party/afl/OWNERS ('k') | third_party/afl/src/Makefile » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698