diff --git a/adsbus/fuzz.sh b/adsbus/fuzz.sh new file mode 100755 index 0000000..2177d48 --- /dev/null +++ b/adsbus/fuzz.sh @@ -0,0 +1,8 @@ +#!/bin/sh +set -x +set -e + +test -d findings || mkdir findings +make clean +COMP=afl-clang make +afl-fuzz -i testcase/ -o findings/ ./adsbus --stdin --stdout=airspy_adsb --stdout=beast --stdout=json --stdout=proto --stdout=raw --stdout=stats