fuzzer_fragment.sh 226 B

12345
  1. #!/usr/bin/env bash
  2. export ASAN_OPTIONS=abort_on_error=1:disable_core=0:unmap_shadow_on_exit=1:disable_coredump=0
  3. ulimit -c unlimited
  4. mkdir -p CORPUS_LISTEN
  5. ./fuzzer_fragment -jobs=32 -timeout=10 -max_len=4086 CORPUS_FRAGMENT