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

A minimal ruby gem to allow fuzzing native ruby code with afl.

Results 3 afl-ruby issues
Sort by recently updated
recently updated
newest added

Hello, I am following the steps to set up afl-ruby but when I run the example I get > Looks like the target binary is not instrumented! The fuzzer depends...

I want to fuzz [redcarpet][1] using `afl-ruby`. I patched the original afl binary as required and saved the binary as `afl-fuzz-rb`. After setting everything up I tried running afl with...

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...