aboutsummaryrefslogtreecommitdiff
path: root/docs/life_pro_tips.txt
diff options
context:
space:
mode:
authorAndrea Fioraldi <andreafioraldi@gmail.com>2020-02-03 14:13:09 +0100
committerAndrea Fioraldi <andreafioraldi@gmail.com>2020-02-03 14:13:09 +0100
commit13ac2cb125bd5d46a6a139d75cfaf2755f7014e3 (patch)
treea1639019f13583acc89f51fa32671a478a39829c /docs/life_pro_tips.txt
parent2fe7889912c9bb340f302a037585b7b1836ac94f (diff)
downloadafl++-13ac2cb125bd5d46a6a139d75cfaf2755f7014e3.tar.gz
s/experimental\//examples\/g
Diffstat (limited to 'docs/life_pro_tips.txt')
-rw-r--r--docs/life_pro_tips.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/life_pro_tips.txt b/docs/life_pro_tips.txt
index 27c70592..03407e4a 100644
--- a/docs/life_pro_tips.txt
+++ b/docs/life_pro_tips.txt
@@ -113,12 +113,12 @@ Be sure to check out docs/sister_projects.txt before writing your own.
%
Need to fuzz the command-line arguments of a particular program?
-You can find a simple solution in experimental/argv_fuzzing.
+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 experimental/post_library/ for more.
+use a postprocessor! See examples/post_library/ for more.
%