about summary refs log tree commit diff
path: root/README.md
diff options
context:
space:
mode:
authorDominik Maier <domenukk@gmail.com>2020-02-03 15:13:57 +0100
committerDominik Maier <domenukk@gmail.com>2020-02-03 15:13:57 +0100
commita1e56fdbed61761f8d8ca1e413b11bc220f3808c (patch)
tree7200a3d205a35b35bab3109043d907c954f6ebba /README.md
parent89088035322c8b3ddb07f29367f62cdb590fb8f5 (diff)
parent13ac2cb125bd5d46a6a139d75cfaf2755f7014e3 (diff)
downloadafl++-a1e56fdbed61761f8d8ca1e413b11bc220f3808c.tar.gz
merged mds
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 00ae599c..e926c956 100644
--- a/README.md
+++ b/README.md
@@ -593,9 +593,9 @@ Here are some of the most important caveats for AFL:
     wholly wrap the actual data format to be tested.
 
     To work around this, you can comment out the relevant checks (see
-    experimental/libpng_no_checksum/ for inspiration); if this is not possible,
+    examples/libpng_no_checksum/ for inspiration); if this is not possible,
     you can also write a postprocessor, as explained in
-    experimental/post_library/ (with AFL_POST_LIBRARY)
+    examples/post_library/ (with AFL_POST_LIBRARY)
 
   - There are some unfortunate trade-offs with ASAN and 64-bit binaries. This
     isn't due to any specific fault of afl-fuzz; see [docs/notes_for_asan.md](docs/notes_for_asan.md)