Home
last modified time | relevance | path

Searched refs:fuzzerName (Results 1 – 6 of 6) sorted by relevance

/external/oss-fuzz/projects/boringssl/
Dbuild.sh40 fuzzerName=$(basename $F .cc)
41 echo "Building fuzzer $fuzzerName"
43 -o $OUT/${fuzzerName} $LIB_FUZZING_ENGINE $F \
46 if [ -d "$SRC/boringssl/fuzz/${fuzzerName}_corpus" ]; then
47 zip -j $OUT/${fuzzerName}_seed_corpus.zip $SRC/boringssl/fuzz/${fuzzerName}_corpus/*
60 fuzzerName=$(echo ${F#*_})
61 fuzzerName=$(basename $fuzzerName .cc)
62 echo "Building fuzzer $fuzzerName"
70 -o $OUT/"${fuzzerName}_lpm"
/external/oss-fuzz/projects/libssh/
Dbuild.sh28 fuzzerName=$(basename $f .cpp)
29 echo "Building fuzzer $fuzzerName"
31 "$f" -o "$OUT/$fuzzerName" \
34 if [ -d "$SRC/libssh/tests/fuzz/${fuzzerName}_corpus" ]; then
35 zip -j $OUT/${fuzzerName}_seed_corpus.zip $SRC/libssh/tests/fuzz/${fuzzerName}_corpus/*
/external/oss-fuzz/projects/libressl/
Dbuild.sh55 fuzzerName=$(basename $F .c)
56 echo "Building fuzzer $fuzzerName"
58 -o $WORK/${fuzzerName}.o \
62 -o $OUT/${fuzzerName} -fsanitize-recover=address \
63 …$WORK/driver.o $WORK/${fuzzerName}.o ./ssl/libssl.a ./crypto/libcrypto.a ./tls/libtls.a $LIB_FUZZI…
65 if [ -d "$LIBRESSL_FUZZERS/corpora/${fuzzerName}/" ]; then
66 zip -j $OUT/${fuzzerName}_seed_corpus.zip $LIBRESSL_FUZZERS/corpora/${fuzzerName}/*
/external/oss-fuzz/projects/opensc/
Dbuild.sh26 fuzzerName=$(basename $F .c)
27 cp "$SRC/opensc/src/tests/fuzzing/$fuzzerName" $OUT
28 if [ -d "$SRC/opensc/src/tests/fuzzing/corpus/${fuzzerName}" ]; then
29 … zip -j $OUT/${fuzzerName}_seed_corpus.zip $SRC/opensc/src/tests/fuzzing/corpus/${fuzzerName}/*
/external/oss-fuzz/projects/php/
Dbuild.sh61 for fuzzerName in $FUZZERS; do
62 cp sapi/fuzzer/$fuzzerName $OUT/
65 for fuzzerName in `ls sapi/fuzzer/corpus`; do
66 zip -j $OUT/php-fuzz-${fuzzerName}_seed_corpus.zip sapi/fuzzer/corpus/${fuzzerName}/*
/external/oss-fuzz/docs/further-reading/
Dfuzzer_environment.md46 or afterwards using `chrpath -r '$ORIGIN/lib' $OUT/$fuzzerName` ([example](https://github.com/googl…