This repo contains auto-generated AFL-style harnesses for fuzzing.
Tested on: Linux x86-64, MacOS ARM.
-
Run
./build.sh
to build the library with ASAN. -
Run
make all
to build the harnesses. -
Run
./asan.sh
to replay the crashes with ASAN. -
ASAN reports will be saved in the
log-#.txt
files.