Skip to content

Commit 6c980e2

Browse files
committed
rewrite documentation
1 parent e7db4d4 commit 6c980e2

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

docs/custom_mutators.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,8 +94,11 @@ def queue_new_entry(filename_new_queue, filename_orig_queue):
9494

9595
- `fuzz_count` (optional):
9696

97-
This method can be used to instruct afl-fuzz how often to perform a fuzz
98-
attempt on this input data.
97+
When a queue entry is selected to be fuzzed, afl-fuzz selects the number
98+
of fuzzing attempts with this input based on a few factors.
99+
If however the custom mutator wants to set this number instead on how often
100+
it is called for a specific queue entry, use this function.
101+
This function in mostly useful if **not** `AFL_CUSTOM_MUTATOR_ONLY` is used.
99102

100103
- `fuzz` (optional):
101104

0 commit comments

Comments
 (0)