From 0594bcb0cbefcb5e99f101800d4bd0b89f6689f1 Mon Sep 17 00:00:00 2001 From: llzmb <46303940+llzmb@users.noreply.github.com> Date: Sat, 4 Dec 2021 19:31:32 +0100 Subject: Remove old references --- docs/afl-fuzz_approach.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'docs/afl-fuzz_approach.md') diff --git a/docs/afl-fuzz_approach.md b/docs/afl-fuzz_approach.md index 68f45891..702e020d 100644 --- a/docs/afl-fuzz_approach.md +++ b/docs/afl-fuzz_approach.md @@ -424,8 +424,7 @@ There are three subdirectories created within the output directory and updated in real-time: - queue/ - test cases for every distinctive execution path, plus all the - starting files given by the user. This is the synthesized corpus - mentioned in section 2. + starting files given by the user. This is the synthesized corpus. Before using this corpus for any other purposes, you can shrink it to a smaller size using the afl-cmin tool. The tool will find -- cgit 1.4.1