about summary refs log tree commit diff
path: root/README.md
diff options
context:
space:
mode:
authorvan Hauser <vh@thc.org>2020-05-14 01:00:11 +0200
committervan Hauser <vh@thc.org>2020-05-14 01:00:11 +0200
commitd334093606ff4fb77822f11cde7a80fa880de0c7 (patch)
treed004d3ebbfe1911aa73248404442ab4cf64c56e3 /README.md
parent044bd3cb41eac8de33ccc8bbd3001438b637ee55 (diff)
downloadafl++-d334093606ff4fb77822f11cde7a80fa880de0c7.tar.gz
deprecated AFL_POST_LIBRARY
Diffstat (limited to 'README.md')
-rw-r--r--README.md5
1 files changed, 3 insertions, 2 deletions
diff --git a/README.md b/README.md
index 04ead78e..a2c81aa4 100644
--- a/README.md
+++ b/README.md
@@ -672,8 +672,9 @@ Here are some of the most important caveats for AFL:
 
     To work around this, you can comment out the relevant checks (see
     examples/libpng_no_checksum/ for inspiration); if this is not possible,
-    you can also write a postprocessor, as explained in
-    examples/post_library/ (with AFL_POST_LIBRARY)
+    you can also write a postprocessor, one of the hooks of custom mutators.
+    See [docs/custom_mutators.md](docs/custom_mutators.md) on how to use
+    `AFL_CUSTOM_MUTATOR_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)