about summary refs log tree commit diff
path: root/docs/custom_mutators.md
diff options
context:
space:
mode:
authorvanhauser-thc <vh@thc.org>2022-11-14 21:26:17 +0100
committervanhauser-thc <vh@thc.org>2022-11-14 21:26:17 +0100
commit4a7cd53f64abf4eac311621220afc927574fdcea (patch)
treee9f919a6ba83f55d42fc5de74d63e5a8cc61467e /docs/custom_mutators.md
parentc5f8869778b237f89cc4c12c1961a9ef559179b8 (diff)
downloadafl++-4a7cd53f64abf4eac311621220afc927574fdcea.tar.gz
custom_send example
Diffstat (limited to 'docs/custom_mutators.md')
-rw-r--r--docs/custom_mutators.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/custom_mutators.md b/docs/custom_mutators.md
index ecc004e2..4ffeda7a 100644
--- a/docs/custom_mutators.md
+++ b/docs/custom_mutators.md
@@ -177,6 +177,7 @@ def deinit():  # optional for Python
     This method can be used if you want to send data to the target yourself,
     e.g. via IPC. This replaces some usage of utils/afl_proxy but requires
     that you start the target with afl-fuzz.
+    Example: [custom_mutators/examples/custom_send.c](custom_mutators/examples/custom_send.c)
 
 - `queue_new_entry` (optional):