diff options
Diffstat (limited to 'docs')
-rw-r--r-- | docs/custom_mutators.md (renamed from docs/custom_mutator.md) | 0 | ||||
-rw-r--r-- | docs/env_variables.md | 2 |
2 files changed, 1 insertions, 1 deletions
diff --git a/docs/custom_mutator.md b/docs/custom_mutators.md index 4deb07e1..4deb07e1 100644 --- a/docs/custom_mutator.md +++ b/docs/custom_mutators.md diff --git a/docs/env_variables.md b/docs/env_variables.md index 83f5b7c0..d1cf6977 100644 --- a/docs/env_variables.md +++ b/docs/env_variables.md @@ -231,7 +231,7 @@ checks or alter some of the more exotic semantics of the tool: performed with the custom mutator. This feature allows to configure custom mutators which can be very helpful, e.g. fuzzing XML or other highly flexible structured input. - Please see [custom_mutator.md](custom_mutator.md). + Please see [custom_mutators.md](custom_mutators.md). - AFL_FAST_CAL keeps the calibration stage about 2.5x faster (albeit less precise), which can help when starting a session against a slow target. |