HexHive / T-Fuzz

247 stars 39 forks source link

T-Fuzz generated too many transformed binaires which take too much disk space #16

Open zjuchenyuan opened 5 years ago

zjuchenyuan commented 5 years ago

image

When fuzzing programes like flvmeta, we found that T-Fuzz has generated too many transformed binaries within 24 hours (du -sh shows 9.1G), which take too much disk space and impact I/O performance.

According to your code, whenever the afl gots stuck, NCCDector will be run to generate a bunch of transformed binaries, and then fuzzing them one by one. Can this be improved by set a maxinum number of generated programs? Or immediately start new fuzzing process after one transformed binary generated?