1# AFL++ starting test cases 2 3For the general instruction manual, see [docs/README.md](../docs/README.md). 4 5The archives/, images/, multimedia/, and others/ subdirectories contain small, 6standalone files that can be used to seed afl-fuzz when testing parsers for a 7variety of common data formats. 8 9There is probably not much to be said about these files, except that they were 10optimized for size and stripped of any non-essential fluff. Some directories 11contain several examples that exercise various features of the underlying format. 12For example, there is a PNG file with and without a color profile. 13 14Additional test cases are always welcome. 15 16In addition to well-chosen starting files, many fuzzing jobs benefit from a 17small and concise dictionary. See [../dictionaries/README.md](../dictionaries/README.md) for more. 18