trailofbits / ruzzy

A coverage-guided fuzzer for pure Ruby code and Ruby C extensions
GNU Affero General Public License v3.0
78 stars 5 forks source link

Add coverage support for Ruby code, not just C extensions #7

Closed mschwager closed 7 months ago

mschwager commented 8 months ago
mschwager commented 8 months ago

Might be able to use/hook Ruby's internal coverage functionality:

mschwager commented 8 months ago