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-05-15 13:39:42 +0200
committervan Hauser <vh@thc.org>2020-05-15 13:39:42 +0200
commit57637ba0b0981a7e2ebd407fc04a619f4120fb62 (patch)
treefe04a8f31b5e7e72ade344a9af6cb194fc1a75b4 /docs/life_pro_tips.md
parentd536ddc24085bced267143b4f45102715d71693e (diff)
downloadafl++-57637ba0b0981a7e2ebd407fc04a619f4120fb62.tar.gz
removed overlooked post_lib references, added post_lib examples to examples/custom_mutators
Diffstat (limited to 'docs/life_pro_tips.md')
-rw-r--r--docs/life_pro_tips.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/life_pro_tips.md b/docs/life_pro_tips.md
index 0724e83c..a5bd7286 100644
--- a/docs/life_pro_tips.md
+++ b/docs/life_pro_tips.md
@@ -82,8 +82,8 @@ You can find a simple solution in examples/argv_fuzzing.
 
 ## Attacking a format that uses checksums? 
 
-Remove the checksum-checking code or
-use a postprocessor! See examples/post_library/ for more.
+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?