Microsvuln / Awesome-AFL

A curated list of different AFL forks and AFL inspired fuzzers with detailed equivalent academic papers and AFL-fuzzing tutorials

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

some more projects

eqv opened this issue · comments

Hi @eqv! thank you very much to mention these projects, I will add them to the list soon .

Thanks!

also:
talos is not maintaining afl-dyninst anymore, my fork has dyninst10 support plus more features and speed: https://github.com/vanhauser-thc/afl-dyninst
Also afl+dynamorio: https://github.com/vanhauser-thc/afl-dynamorio

Then:
fairfuzz is really good: https://github.com/carolemieux/afl-rb
superion is a PITA to build and is per-format, but interesting otherwise: https://github.com/zhunki/Superion
untracer (very good speed, not so good coverage): https://github.com/FoRTE-Research/UnTracer-AFL
Angora: increased branch coverage by taint tracing without symbolic execution https://github.com/AngoraFuzzer/Angora
Neuzz: AFL with neural networks https://github.com/Dongdongshe/neuzz - never tried it though

Hi @vanhauser-thc , thanks, your participation is greatly welcomed!

I've updated the list with the fuzzers you mentioned .

I've also already added fuzzers that were mentioned by @eqv .

Thanks!