Andrea Fioraldi
Andrea Fioraldi
Just noticed that we do useless allocations
Some scheduler (ProbabilitySamplingScheduler, CoverageAccountingScheduler ,PowerQueueScheduler ) does not have unique on_replace method implemented. So I'd say they are not ready for replacing corpus entries. (well, it is also difficult to...
We need arch-dependant helper functions to hook and replace functions inside each arch module (e.g. src/x86_64.rs) and to call guest functions.
Hi, looking at the quality of the generated testcases using the Ruby grammar, I noticed that my implementation of gramatron in LibAFL was generating invalid testcases with lines like IDENTIFIER...
From somebody using LibAFL: > I'm hitting this panic from time to time: https://github.com/AFLplusplus/LibAFL/blob/main/libafl_bolts/src/llmp.rs#L1114 > I think it's because I'm launching a lot of clients, that may be slow, with...