https://github.com/nervosnetwork/ckb-vm-fuzzing-test
CKB-VM fuzzing test script, corpus.
https://github.com/nervosnetwork/ckb-vm-fuzzing-test
Last synced: about 1 year ago
JSON representation
CKB-VM fuzzing test script, corpus.
- Host: GitHub
- URL: https://github.com/nervosnetwork/ckb-vm-fuzzing-test
- Owner: nervosnetwork
- Created: 2023-12-12T05:47:09.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-04-11T07:48:14.000Z (over 1 year ago)
- Last Synced: 2025-04-12T01:55:21.275Z (over 1 year ago)
- Language: Python
- Size: 1.56 MB
- Stars: 0
- Watchers: 6
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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.