LibAFL icon indicating copy to clipboard operation
LibAFL copied to clipboard

crash in grimoire's generalization stage is not added to objective corpus

Open R9295 opened this issue 7 months ago • 1 comments

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?

R9295 avatar Jun 02 '25 16:06 R9295

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?

R9295 avatar Jun 02 '25 16:06 R9295