trailofbits / ruzzy

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

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

Closed mschwager closed 8 months ago

mschwager commented 9 months ago
mschwager commented 9 months ago

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

mschwager commented 9 months ago