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

extend afl-cov to analyze the variable behaviors of applications? #33

Closed zhunki closed 7 years ago

zhunki commented 7 years ago

Hi there, Firstly, thank you for your great work! I’m thinking if you have any interest in extending your work to analyze the variable behaviors of fuzzing targets? If we can identify which part of source code is responsible for indeterminancy and choose to not instrument that part, we can greatly improve the stability of fuzzing. If you have any interest, I would like to help. Cheers,

mrash commented 7 years ago

Hello, sorry for the late reply. This sounds like an interesting idea, though I'm not sure about the general implementation. Can you outline a plan of attack for this?