• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..--

CMakeLists.txtD03-Aug-20243 KiB10184

fuzz_everything.cD03-Aug-2024344 1311

fuzz_manifest12.cD03-Aug-20245.7 KiB137127

fuzz_pet.cD03-Aug-2024311 1311

main_entry.cD03-Aug-20241.1 KiB6150

main_entry.hD03-Aug-2024117 64

readme.mdD03-Aug-2024202 1411

test-afl.shD03-Aug-2024714 2412

test-libfuzzer.shD03-Aug-2024482 1710

readme.md

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