about summary refs log tree commit diff
path: root/docs/life_pro_tips.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/life_pro_tips.md
parent5dc3bc175b664f0921ebd1265d4419d611aa4a74 (diff)
downloadafl++-445aba9221471eebd7ffc2c35b97accd00b40557.tar.gz
determinstic fuzzing is now disabled by default
Diffstat (limited to 'docs/life_pro_tips.md')
-rw-r--r--docs/life_pro_tips.md3
1 files changed, 0 insertions, 3 deletions
diff --git a/docs/life_pro_tips.md b/docs/life_pro_tips.md
index 0004c297..323f16f1 100644
--- a/docs/life_pro_tips.md
+++ b/docs/life_pro_tips.md
@@ -85,6 +85,3 @@ You can find a simple solution in examples/argv_fuzzing.
 Remove the checksum-checking code or use a postprocessor!
 See examples/custom_mutators/ for more.
 
-## Dealing with a very slow target or hoping for instant results? 
-
-Specify `-d` when calling afl-fuzz!