afl-ruby icon indicating copy to clipboard operation
afl-ruby copied to clipboard

How can I get coverage report

Open sminux opened this issue 5 months ago • 0 comments

Hello, devs! I'm using afl-ruby instead of ruzzy (because of using ruby2.5, ruzzy doesn't support this version), but AFL-Ruby is very suitable for this reason, thanks a lot! But trying to get coverage with simplecov resulted in a fiasco

require 'simplecov'
SimpleCov.start 

this doesn't make sense.

What is the best and the right way to make line coverage while fuzzing?

sminux avatar Aug 31 '24 19:08 sminux