Angora icon indicating copy to clipboard operation
Angora copied to clipboard

Angora is a mutation-based fuzzer. The main goal of Angora is to increase branch coverage by solving path constraints without symbolic execution.

Results 42 Angora issues
Sort by recently updated
recently updated
newest added

Dear developers, thank you for open source the code of Angora. Angora stops when I use it to fuzz mp42aac (from Bento4) under Ubuntu 16.04. It works when I use...

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