Searched refs:CORPUS_DIR (Results 1 – 14 of 14) sorted by relevance
29 CORPUS_DIR=${CORPUS_DIR:-"/tmp/${FUZZER}_corpus"}66 rm -rf $CORPUS_DIR && mkdir -p $CORPUS_DIR73 unzip -d ${CORPUS_DIR}/ $SEED_CORPUS > /dev/null120 echo input > ${CORPUS_DIR}/input124 …CMD_LINE="$OUT/afl-fuzz $AFL_FUZZER_ARGS -i $CORPUS_DIR -o $FUZZER_OUT $(get_dictionary) $* -- $OU…129 echo input > $CORPUS_DIR/input138 …crash -R /tmp/${FUZZER}_honggfuzz.report -W $FUZZER_OUT -v -z -P -f \"$CORPUS_DIR\" $(get_dictiona…145 CMD_LINE="$CMD_LINE $CORPUS_DIR"
38 Create a directory CORPUS_DIR and copy some elementary mpeg2 files to that folder41 $ ./mpeg2_dec_fuzzer CORPUS_DIR54 Create a directory CORPUS_DIR and copy some elementary mpeg2 files to that folder60 $ adb shell /data/fuzz/mpeg2_dec_fuzzer CORPUS_DIR64 $ $ANDROID_HOST_OUT/fuzz/mpeg2_dec_fuzzer CORPUS_DIR
39 Create a directory CORPUS_DIR and copy some elementary aac files to that folder42 $ ./xaac_dec_fuzzer CORPUS_DIR55 Create a directory CORPUS_DIR and copy some elementary aac files to that folder61 $ adb shell /data/fuzz/xaac_dec_fuzzer CORPUS_DIR65 $ $ANDROID_HOST_OUT/fuzz/xaac_dec_fuzzer CORPUS_DIR
45 Create a directory CORPUS_DIR and copy some opus files to that folder.51 $ adb shell /data/fuzz/arm64/opus_dec_fuzzer/opus_dec_fuzzer CORPUS_DIR52 $ adb shell /data/fuzz/arm64/opus_multistream_dec_fuzzer/opus_multistream_dec_fuzzer CORPUS_DIR56 $ $ANDROID_HOST_OUT/fuzz/x86_64/opus_dec_fuzzer/opus_dec_fuzzer CORPUS_DIR57 $ $ANDROID_HOST_OUT/fuzz/x86_64/opus_multistream_dec_fuzzer/opus_multistream_dec_fuzzer CORPUS_DIR135 Create a directory CORPUS_DIR and copy some raw media files to that folder.141 $ adb shell /data/fuzz/arm64/opus_enc_fuzzer/opus_enc_fuzzer CORPUS_DIR142 $ adb shell /data/fuzz/arm64/opus_multistream_enc_fuzzer/opus_multistream_enc_fuzzer CORPUS_DIR146 $ $ANDROID_HOST_OUT/fuzz/x86_64/opus_enc_fuzzer/opus_enc_fuzzer CORPUS_DIR147 $ $ANDROID_HOST_OUT/fuzz/x86_64/opus_multistream_enc_fuzzer/opus_multistream_enc_fuzzer CORPUS_DIR
41 Create a directory CORPUS_DIR and copy some flac files to that folder47 $ adb shell /data/fuzz/arm64/flac_dec_fuzzer/flac_dec_fuzzer CORPUS_DIR51 $ $ANDROID_HOST_OUT/fuzz/x86_64/flac_dec_fuzzer/flac_dec_fuzzer CORPUS_DIR104 Create a directory CORPUS_DIR and copy some wav files to that folder.110 $ adb shell /data/fuzz/arm64/flac_enc_fuzzer/flac_enc_fuzzer CORPUS_DIR114 $ $ANDROID_HOST_OUT/fuzz/x86_64/flac_enc_fuzzer/flac_enc_fuzzer CORPUS_DIR
38 Create a directory CORPUS_DIR and copy some elementary hevc files to that folder41 $ ./hevc_dec_fuzzer CORPUS_DIR54 Create a directory CORPUS_DIR and copy some elementary hevc files to that folder60 $ adb shell /data/fuzz/hevc_dec_fuzzer CORPUS_DIR64 $ $ANDROID_HOST_OUT/fuzz/hevc_dec_fuzzer CORPUS_DIR158 Create a directory CORPUS_DIR and copy some yuv files to that folder164 $ adb shell /data/fuzz/arm64/hevc_enc_fuzzer/hevc_enc_fuzzer CORPUS_DIR168 $ $ANDROID_HOST_OUT/fuzz/x86_64/hevc_enc_fuzzer/hevc_enc_fuzzer CORPUS_DIR
61 Create a directory CORPUS_DIR and copy some gsm files (decoder)/raw files (encoder) to that folder67 $ adb shell /data/fuzz/arm64/gsm_dec_fuzzer/gsm_dec_fuzzer CORPUS_DIR68 $ adb shell /data/fuzz/arm64/gsm_enc_fuzzer/gsm_enc_fuzzer CORPUS_DIR72 $ $ANDROID_HOST_OUT/fuzz/x86_64/gsm_dec_fuzzer/gsm_dec_fuzzer CORPUS_DIR73 $ $ANDROID_HOST_OUT/fuzz/x86_64/gsm_enc_fuzzer/gsm_enc_fuzzer CORPUS_DIR
34 Create a directory CORPUS_DIR and copy some vorbis files to that folder40 $ adb shell /data/fuzz/arm64/vorbis_dec_fuzzer/vorbis_dec_fuzzer CORPUS_DIR44 $ $ANDROID_HOST_OUT/fuzz/x86_64/vorbis_dec_fuzzer/vorbis_dec_fuzzer CORPUS_DIR
38 Create a directory CORPUS_DIR and copy some elementary h264 files to that folder41 $ ./avc_dec_fuzzer CORPUS_DIR54 Create a directory CORPUS_DIR and copy some elementary h264 files to that folder60 $ adb shell /data/fuzz/avc_dec_fuzzer CORPUS_DIR64 $ $ANDROID_HOST_OUT/fuzz/avc_dec_fuzzer CORPUS_DIR186 Create a directory CORPUS_DIR and copy some yuv files to that folder192 $ adb shell /data/fuzz/arm64/avc_enc_fuzzer/avc_enc_fuzzer CORPUS_DIR196 $ $ANDROID_HOST_OUT/fuzz/x86_64/avc_enc_fuzzer/avc_enc_fuzzer CORPUS_DIR
41 bin/clang-fuzzer CORPUS_DIR66 bin/clang-objc-fuzzer CORPUS_DIR108 bin/clang-proto-fuzzer CORPUS_DIR113 bin/clang-proto-fuzzer CORPUS_DIR -ignore_remaining_args=1 -O3 -triple \136 bin/clang-llvm-proto-fuzzer CORPUS_DIR
43 Create a directory CORPUS_DIR and copy some aac files to that folder.49 $ adb shell /data/fuzz/arm64/aac_dec_fuzzer/aac_dec_fuzzer CORPUS_DIR53 $ $ANDROID_HOST_OUT/fuzz/x86_64/aac_dec_fuzzer/aac_dec_fuzzer CORPUS_DIR135 Create a directory CORPUS_DIR and copy some raw files to that folder.141 $ adb shell /data/fuzz/arm64/aac_enc_fuzzer/aac_enc_fuzzer CORPUS_DIR145 $ $ANDROID_HOST_OUT/fuzz/x86_64/aac_enc_fuzzer/aac_enc_fuzzer CORPUS_DIR
14 ./hb-fuzzer -max_len=2048 CORPUS_DIR
155 mkdir CORPUS_DIR156 cp /some/input/samples/* CORPUS_DIR162 ./my_fuzzer CORPUS_DIR # -max_len=1000 -jobs=20 ...659 ASAN_OPTIONS=coverage=1:html_cov_report=1 ./fuzzer CORPUS_DIR -runs=0661 This will run all tests in the CORPUS_DIR but will not perform any fuzzing.749 mkdir CORPUS_DIR750 ./bin/clang-format-fuzzer CORPUS_DIR
144 mkdir CORPUS_DIR145 cp /some/input/samples/* CORPUS_DIR151 ./my_fuzzer CORPUS_DIR # -max_len=1000 -jobs=20 ...