Add fuzzing script.
This commit is contained in:
8
adsbus/fuzz.sh
Executable file
8
adsbus/fuzz.sh
Executable file
@@ -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
|
||||
Reference in New Issue
Block a user