mrash / afl-cov

Produce code coverage results with gcov from afl-fuzz test cases
GNU General Public License v2.0
465 stars 83 forks source link

QoL patch: also use @@ instead of AFL_FILE #41

Open vanhauser-thc opened 5 years ago

vanhauser-thc commented 5 years ago

this way the cmd line to afl-fuzz can just be copied instead of switching @@ to AFL_FILE. Of course AFL_FILE still works.