CKB-VM fuzzing test script and corpus repository.
Fuzzing test on develop branch:
bash run.sh
Fuzzing test on product branch:
bash run.sh product
After running any fuzzing tests, all corpus should be copied back to this repo via:
bash copy-corpus.sh
Add then use git add corpus
and git commit
to commit the corpus changes for future use.