uni-due-syssec / efcf-framework

EF/CF - Extremely Fast smart Contract Fuzzing
Other
64 stars 10 forks source link

Track the temporal changes in the coverage data #8

Open nicedinner02 opened 7 months ago

nicedinner02 commented 7 months ago

Is there a simple way to track the temporal changes in the coverage data?

Really lookforward to your help. Thanks!

f0rki commented 7 months ago

simple way: no. you can use AFL's tooling if you want to see coverage progress, e.g., afl-plot.

edit: Seems I added the --generate-cov-plots flag. That should do the trick.