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

..--

CMakeLists.txtD18-Mar-20253 KiB10184

fuzz_everything.cD18-Mar-2025344 1311

fuzz_manifest12.cD18-Mar-20255.7 KiB137127

fuzz_pet.cD18-Mar-2025311 1311

main_entry.cD18-Mar-20251.1 KiB6150

main_entry.hD18-Mar-2025117 64

readme.mdD18-Mar-2025202 1411

test-afl.shD18-Mar-2025714 2412

test-libfuzzer.shD18-Mar-2025482 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