Home
last modified time | relevance | path

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

/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.md71 fuzz/helper.py $FUZZER
73 where $FUZZER is one of the executables in `fuzz/`.
77 `fuzz/corpora/$FUZZER-crash/`.
121 afl-fuzz -i fuzz/corpora/$FUZZER -o fuzz/corpora/$FUZZER/out fuzz/$FUZZER
123 Where $FUZZER is one of the executables in `fuzz/`.
139 fuzz/$FUZZER-test $file
203 fuzz/$FUZZER -merge=1 fuzz/corpora/NEWDIR fuzz/corpora/DIR

Completed in 4 milliseconds