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

Unified Diff: third_party/afl/src/docs/QuickStartGuide.txt

Issue 2238013002: Roll src/third_party/afl/src/ 2.14b..2.30b (16 versions). (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Note in "Local Modifications" that we have removed dictionaries/. Created 4 years, 4 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/src/docs/INSTALL ('k') | third_party/afl/src/docs/README » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/afl/src/docs/QuickStartGuide.txt
diff --git a/third_party/afl/src/docs/QuickStartGuide.txt b/third_party/afl/src/docs/QuickStartGuide.txt
index 59752e6df43b74c98e9f7d28e981551098fdd6ef..abe7032fda9b38a3143f93ac11562e267f84be9d 100644
--- a/third_party/afl/src/docs/QuickStartGuide.txt
+++ b/third_party/afl/src/docs/QuickStartGuide.txt
@@ -14,7 +14,8 @@ how to hit the ground running:
checksum verification code, too.
The program must crash properly when a fault is encountered. Watch out for
- custom SIGSEGV or SIGABRT handlers and background processes.
+ custom SIGSEGV or SIGABRT handlers and background processes. For tips on
+ detecting non-crashing flaws, see section 11 in docs/README.
3) Compile the program / library to be fuzzed using afl-gcc. A common way to
do this would be:
@@ -26,7 +27,7 @@ how to hit the ground running:
4) Get a small but valid input file that makes sense to the program. When
fuzzing verbose syntax (SQL, HTTP, etc), create a dictionary as described in
- testcases/README.testcases, too.
+ dictionaries/README.dictionaries, too.
5) If the program reads from stdin, run 'afl-fuzz' like so:
« no previous file with comments | « third_party/afl/src/docs/INSTALL ('k') | third_party/afl/src/docs/README » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698