HexHive / T-Fuzz

247 stars 39 forks source link

TFuzz take too long time for create_dict when fuzzing big binaries #15

Open zjuchenyuan opened 5 years ago

zjuchenyuan commented 5 years ago

When fuzzing big binaries, like ffmpeg (about 130MB), it takes a very long time and huge memory to create dict.

I think create dict is not necessary and should be skipped or time-limited for big binaries.