about summary refs log tree commit diff
path: root/docs/status_screen.md
diff options
context:
space:
mode:
authorvan Hauser <vh@thc.org>2020-10-10 10:55:56 +0200
committervan Hauser <vh@thc.org>2020-10-10 10:55:56 +0200
commit445aba9221471eebd7ffc2c35b97accd00b40557 (patch)
tree82f7e9799ead0cb12ebc1406add5dfa59d78390e /docs/status_screen.md
parent5dc3bc175b664f0921ebd1265d4419d611aa4a74 (diff)
downloadafl++-445aba9221471eebd7ffc2c35b97accd00b40557.tar.gz
determinstic fuzzing is now disabled by default
Diffstat (limited to 'docs/status_screen.md')
-rw-r--r--docs/status_screen.md8
1 files changed, 1 insertions, 7 deletions
diff --git a/docs/status_screen.md b/docs/status_screen.md
index 2eeb8f3f..f7655bf4 100644
--- a/docs/status_screen.md
+++ b/docs/status_screen.md
@@ -86,10 +86,7 @@ Every fuzzing session should be allowed to complete at least one cycle; and
 ideally, should run much longer than that.
 
 As noted earlier, the first pass can take a day or longer, so sit back and
-relax. If you want to get broader but more shallow coverage right away, try
-the `-d` option - it gives you a more familiar experience by skipping the
-deterministic fuzzing steps. It is, however, inferior to the standard mode in
-a couple of subtle ways.
+relax. 
 
 To help make the call on when to hit `Ctrl-C`, the cycle counter is color-coded.
 It is shown in magenta during the first pass, progresses to yellow if new finds
@@ -118,9 +115,6 @@ inputs it decided to ditch because they were persistently timing out.
 The "*" suffix sometimes shown in the first line means that the currently
 processed path is not "favored" (a property discussed later on).
 
-If you feel that the fuzzer is progressing too slowly, see the note about the
-`-d` option in this doc.
-
 ### Map coverage
 
 ```