diff options
author | van Hauser <vh@thc.org> | 2022-01-21 13:08:20 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-01-21 13:08:20 +0100 |
commit | b427a53a6b203dd73aabb25f6068e55691339b03 (patch) | |
tree | 020fb8d0b012d5ebfd7ded0b32c00b79851a0532 /src | |
parent | 26a3d1b53b0a3ae690735c550c2985f079f3c672 (diff) | |
parent | 2bb86863e6d15dbd5bb0c381afa51f476302784e (diff) | |
download | afl++-b427a53a6b203dd73aabb25f6068e55691339b03.tar.gz |
Merge pull request #1299 from llzmb/docs_quality_assurance_3
Docs content - quality assurance - 3rd run
Diffstat (limited to 'src')
-rw-r--r-- | src/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/README.md b/src/README.md index 35af6ab9..3f332280 100644 --- a/src/README.md +++ b/src/README.md @@ -18,7 +18,7 @@ Quick explanation about the files here: - `afl-fuzz-performance.c` - hash64 and rand functions - `afl-fuzz-python.c` - afl-fuzz the python mutator extension - `afl-fuzz-queue.c` - afl-fuzz handling the queue -- `afl-fuzz-redqueen.c` - afl-fuzz redqueen implemention +- `afl-fuzz-redqueen.c` - afl-fuzz redqueen implementation - `afl-fuzz-run.c` - afl-fuzz running the target - `afl-fuzz-state.c` - afl-fuzz state and globals - `afl-fuzz-stats.c` - afl-fuzz writing the statistics file |