Name Date Size #Lines LOC

..--

archives/H25-Apr-2025-

images/H25-Apr-2025-

multimedia/h264/H25-Apr-2025-

others/H25-Apr-2025-107

README.mdH A D25-Apr-2025821 1812

README.md

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