mrash/afl-cov

alf-cov not working with parallelization

samyoed opened this issue · 1 comments

I've been trying to use afl-cov while running multiple instances of afl in parallel but it doesn't seem to sense that afl started

@samyoed Hello, I am also using afl-cov to calculate the coverage and I also encountered the same problem. Because the program can only be run in a single thread, so the speed is very slow. So have you successfully implemented parallel processing now? Can you consider sharing your program?