# test-cases and samples contain several small, standalone files that can
# be used to seed afl-fuzz when testing parsers for a variety of common
# data formats: these files were optimized for size and stripped of any
# non-essential fluff. There is no real source.
source: source-contains-prebuilt-binary docs/vuln_samples/*
source: source-is-missing docs/vuln_samples/*
source: source-contains-prebuilt-binary testcases/*
source: source-is-missing testcases/*
source-is-missing unicorn_mode/samples/c/*
source-is-missing unicorn_mode/samples/persistent/*
|