Angora icon indicating copy to clipboard operation
Angora copied to clipboard

AFL 约束可能需要增加belong值让其进行AFL模式fuzz时使用不同case?

Open yyoumaa opened this issue 10 months ago • 0 comments

我发现因为添加afl约束时没有设置cond.base.belong的值而采用初始化的0,导致后续取belong_input以及对应的buf时候只能使用id:0的case进行fuzz,是否应该在get_afl_cond函数中设置afl_cond.base.belong = id as u32;呢

yyoumaa avatar Mar 11 '25 03:03 yyoumaa