I have a custom fuzzer which does not provide coverage (it is a black box). In order to to see the code coverage I would like to run it under AFL/AFL++ implementation. Is it possible? Could you recommend the paper, videos, chapters of books, etc. that can help me to turn it to the grey box?
I have been looking at the videos of AFL to understand how it actually works. But I have not come across for such a combination.