Skip to content
Snippets Groups Projects
Commit d75c8e93 authored by Damian Puente's avatar Damian Puente
Browse files

Update fuzz_seconds.sh

parent 4c4aabcf
Branches master
No related tags found
No related merge requests found
Pipeline #27486 passed
#!/usr/bin/env bash
fuzz_seconds=${1:-10} # 10 seconds by default
fuzz_seconds=${2:-10} # 10 seconds by default
echo "Going to fuzz for $fuzz_seconds seconds."
set -e
afl-fuzz -i in -o out -- ./fuzz_calc &
afl-fuzz -i in -o out -- $1 &
afl_pid=$!
sleep $fuzz_seconds
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment