# Fuzz testing Simple setup using AFL or libFuzzer. Use the provided scripts; specify the number of seconds as an argument. ## libFuzzer ``` ./test-libfuzzer.sh 30 ``` ## AFL ``` ./test-afl.sh 30 ```