Evgeny Shtanov

Results 3 comments of Evgeny Shtanov

That's right. To collect coverage, it is necessary to make a new build of the project with special compilation flags, and this must be done by the user, not aflr....

There are some my scripts for getting coverage by vanilla afl++ fuzzing: ### send output samples from fuzzing to instrumented bin ``` #!/bin/bash for file in out/*/queue/* do ./bin_cov <...

Unfortunately I don't know the rust. I tried to understand the project code, but I didn’t understand anything....