update util readme

This commit is contained in:
vanhauser-thc 2021-04-26 20:20:47 +02:00
parent bd38fb6722
commit 8da5cba401

View File

@ -32,7 +32,8 @@ Here's a quick overview of the stuff you can find in this directory:
with additional gdb metadata.
- custom_mutators - examples for the afl++ custom mutator interface in
C and Python
C and Python. Note: They were moved to
../custom_mutators/examples/
- distributed_fuzzing - a sample script for synchronizing fuzzer instances
across multiple machines (see parallel_fuzzing.md).