richo / afl-ruby

A minimal ruby gem to allow fuzzing native ruby code with afl.
Other
37 stars 5 forks source link

Much easier installation #3

Closed skull-squadron closed 5 years ago

skull-squadron commented 5 years ago

gem install specific_install && gem specific_install https://github.com/richo/afl-ruby

skull-squadron commented 5 years ago

And on macOS, install patched afl:

brew unlink afl-fuzz >/dev/null 2>&1; brew install https://git.io/fjpdM

Formula here