ityfuzz icon indicating copy to clipboard operation
ityfuzz copied to clipboard

Replicating Daedaluzz Benchmarks

Open cvick32 opened this issue 1 year ago • 2 comments

Hey, I was wondering if there are any scripts for replicating the Daedaluzz and Verismart benchmark results with. I've tried running ityfuzz on one of the Daedaluzz benchmarks, but I get the error that there is nothing to fuzz. I've also added in the Fuzzland bug() definition and put it at some of the bug locations in the Daedaluzz benchmarks, but I get the same error.

Any ideas on what to do?

Thanks

cvick32 avatar Feb 01 '24 16:02 cvick32

running Daedaluzz shall be straightforward, you can directly use their script https://github.com/Consensys/daedaluzz/blob/master/run-campaigns.py

python3 run-campaigns.py --fuzzer-name ityfuzz

shouc avatar Feb 01 '24 23:02 shouc

Cool, thanks so much! Is there a similar script for running the VeriSmart benchmarks?

cvick32 avatar Feb 05 '24 17:02 cvick32