about summary refs log tree commit diff
diff options
context:
space:
mode:
authorvan Hauser <vh@thc.org>2023-11-09 15:12:11 +0100
committerGitHub <noreply@github.com>2023-11-09 15:12:11 +0100
commita6efdfdb15c8a48967ff773a0ca530a68544cd8f (patch)
treea82934c35bd84b2893b71646080e46433083d516
parentf7d19390fbcdf774276662d0785c5abc663d5475 (diff)
parent6f8696c3149a08d93c9b61db97f7b23cc6578274 (diff)
downloadafl++-a6efdfdb15c8a48967ff773a0ca530a68544cd8f.tar.gz
Merge pull request #1905 from m-carrasco/fix-queue-get-docs
Fix possible doc inconsistency for custom mutator's queue_get function.
-rw-r--r--docs/custom_mutators.md5
1 files changed, 3 insertions, 2 deletions
diff --git a/docs/custom_mutators.md b/docs/custom_mutators.md
index c5a64622..1c4ab2cf 100644
--- a/docs/custom_mutators.md
+++ b/docs/custom_mutators.md
@@ -125,8 +125,9 @@ def deinit():  # optional for Python
 
 - `queue_get` (optional):
 
-    This method determines whether the custom fuzzer should fuzz the current
-    queue entry or not
+    This method determines whether AFL++ should fuzz the current
+    queue entry or not: all defined custom mutators as well as
+    all AFL++'s mutators.
 
 - `fuzz_count` (optional):