mirror of
https://github.com/AFLplusplus/AFLplusplus.git
synced 2025-06-17 12:18:08 +00:00
moved custom_mutator examples
This commit is contained in:
@ -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
|
||||
|
||||
|
@ -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.
|
||||
|
||||
|
Reference in New Issue
Block a user