Home
last modified time | relevance | path

Searched refs:FUZZER (Results 1 – 2 of 2) sorted by relevance

/freebsd/crypto/openssl/fuzz/
H A Dhelper.py19 FUZZER = sys.argv[1] variable
24 FUZZER_DIR = os.path.abspath(os.path.join(CORPORA_DIR, FUZZER))
42 _create(FUZZER)
43 _create(FUZZER + "-crash")
44 _add(FUZZER + "-seed")
46 cmd = ([os.path.abspath(os.path.join(THIS_DIR, FUZZER))] + sys.argv[2:]
H A DREADME.md43 fuzz/helper.py $FUZZER
45 where $FUZZER is one of the executables in `fuzz/`.
49 `fuzz/corpora/$FUZZER-crash/`.
93 afl-fuzz -i fuzz/corpora/$FUZZER -o fuzz/corpora/$FUZZER/out fuzz/$FUZZER
95 Where $FUZZER is one of the executables in `fuzz/`.
111 fuzz/$FUZZER-test $file
175 fuzz/$FUZZER -merge=1 fuzz/corpora/NEWDIR fuzz/corpora/DIR