olm/fuzzing
Denis Kasak bdd73c5c32 Fix unpickling error handling. 2021-07-31 01:27:43 +00:00
..
fuzzers Fix unpickling error handling. 2021-07-31 01:27:43 +00:00
README.md fuzzing: Add readme. 2021-07-13 13:49:18 +02:00
start_fuzzers.sh fuzzing: Add script for starting fuzzers on a given harness. 2021-07-13 13:49:18 +02:00

README.md

Directory structure

  • fuzzers/: Sources for the fuzzing harnesses.

  • corpora/: Contains the fuzzing corpora and assorted tools. The corpora are filed under a directory with the same name as the fuzzing harness. Each of those directories also contains the following:

    • in/: Contains the actual corpus test cases.
    • tools/: Any tools useful for that particular harness. A good example would be a binary which generates seed test cases.