LibAFL
LibAFL copied to clipboard
crash in grimoire's generalization stage is not added to objective corpus
i'll fix it
This may be present in other stages where inputs are modified and Executor::run_target is used. Not the case in tracing since input is unmodified but maybe in colorization?
Fuzzer::evaluate_input should be used instead? Maybe the reasoning was to avoid new corpus entries? but if there's new coverage, why not add it to corpus?