moved custom_mutator examples

This commit is contained in:
Dominik Maier
2021-04-26 16:03:08 +02:00
parent 3d830daa46
commit a3f8fc5d1c
17 changed files with 15 additions and 7 deletions

View File

@ -285,8 +285,8 @@ afl-fuzz /path/to/program
## 4) Example
Please see [example.c](../utils/custom_mutators/example.c) and
[example.py](../utils/custom_mutators/example.py)
Please see [example.c](../custom_mutators/examples/example.c) and
[example.py](../custom_mutators/examples/example.py)
## 5) Other Resources

View File

@ -83,5 +83,5 @@ You can find a simple solution in utils/argv_fuzzing.
## Attacking a format that uses checksums?
Remove the checksum-checking code or use a postprocessor!
See utils/custom_mutators/ for more.
See `afl_custom_post_process` in custom_mutators/examples/examples.c for more.