sslab-gatech / DIE

Fuzzing JavaScript Engines with Aspect-preserving Mutation

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Getting coverage data

bryanmylee opened this issue · comments

I'm trying to determine how coverage data for the engine is determined. I've read the paper and understand that DIE is based on AFL which uses gcov. I've also found the .gcov_crash and .gcov_path files in the output directory, but I don't know where to go from there.

I'm fairly new to fuzzing tools overall, and would appreciate any guidance!