Skip to content

libraries/ckb-vm-fuzzing-test

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ckb-vm-fuzzing-test

CKB-VM fuzzing test script and corpus repository.

How to Run

Fuzzing test on develop branch:

bash run.sh develop

Fuzzing test on release branch:

bash run.sh release-0.24

Corpus

After running any fuzzing tests, all corpus should be compacted via:

bash cmin.sh

Then commit the corpus changes for future use.

About

CKB-VM fuzzing test script, corpus.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 65.3%
  • Shell 34.7%