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

A question about afl-cov with aflnet. #52

Open DuckRui opened 3 years ago

DuckRui commented 3 years ago

Hi, I use aflnet to test a network program. When I finished test, I want to use afl-cov to see the coverage of the program. But afl-cov use stdin or file as input. However aflnet's testcase is network package. Can you help me? Thank you very much.