diff options
author | van Hauser <vh@thc.org> | 2019-07-26 14:19:04 +0200 |
---|---|---|
committer | van Hauser <vh@thc.org> | 2019-07-26 14:19:04 +0200 |
commit | f97409dd2dac4836245dfddf2e9890fa6c4b8498 (patch) | |
tree | a3ce41e072f9f6ba2ce5b2dca6ffd0029373c5b2 /README.md | |
parent | c384367f171501b909e6bbfdb437cf6237944ae1 (diff) | |
download | afl++-2.53c.tar.gz |
v2.53c 2.53c
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/README.md b/README.md index e1371175..953c1afb 100644 --- a/README.md +++ b/README.md @@ -354,11 +354,11 @@ see [http://lcamtuf.coredump.cx/afl/plot/](http://lcamtuf.coredump.cx/afl/plot/) Every instance of afl-fuzz takes up roughly one core. This means that on multi-core systems, parallelization is necessary to fully utilize the hardware. For tips on how to fuzz a common target on multiple cores or multiple networked -machines, please refer to [parallel_fuzzing.txt](docs/parallel_fuzzing.txt). +machines, please refer to [docs/parallel_fuzzing.txt](docs/parallel_fuzzing.txt). The parallel fuzzing mode also offers a simple way for interfacing AFL to other fuzzers, to symbolic or concolic execution engines, and so forth; again, see the -last section of [parallel_fuzzing.txt](docs/parallel_fuzzing.txt) for tips. +last section of [docs/parallel_fuzzing.txt](docs/parallel_fuzzing.txt) for tips. ## 10) Fuzzer dictionaries @@ -591,6 +591,7 @@ feedback, bug reports, or patches from: Rene Freingruber Sergey Davidoff Sami Liedes Craig Young Andrzej Jackowski Daniel Hodson + Nathan Voss Dominik Maier ``` Thank you! |