1# Fuzz testing 2Simple setup using AFL or libFuzzer. 3Use the provided scripts; specify the number of seconds as an argument. 4 5## libFuzzer 6``` 7./test-libfuzzer.sh 30 8``` 9 10## AFL 11``` 12./test-afl.sh 30 13``` 14