fuzzware-fuzzer / fuzzware

Fuzzware's main repository. Start here to install.
Apache License 2.0
302 stars 51 forks source link

Question selecting AFL or AFL++ #29

Closed alejoseb closed 11 months ago

alejoseb commented 11 months ago

Hi, Is there a method to select AFl o AFL++?. I would like to do some experiments to verify if there is any significant difference between fuzzing campaigns using different fuzzers.

Thanks

Scepticz commented 11 months ago

Hi Alejandro,

you can do this via the fuzzware pipeline --aflpp option. You can see all the options by using fuzzware pipeline -h.

Best Tobi