Wei-Cheng Wu
Wei-Cheng Wu
@valour01 I'm currently dealing with the same problem. It seems to be an issue discussed here . I'm thinking about writing another script based on the GCOV's intermediate format approach...
The issue related to 'who' can be ignored as I missed to patch the source code correctly. The issue of Angora still exists.
Hi Adrian, Great! And thank you! After some testing I believe the current scripts work for most targets except openssl & sqlite3 (regardless of the extremely long distance calculation for...
Ah yes, that's something I set up in purpose. If aflgo fails to locate the target function, it returns first instead of running various things and exit later. It happens...
> Ah I think it was my fault. When running `TARGET=libpng FUZZER=aflgo ./build.sh` I forgot to also specify a bug. When I rerun with `TARGET=libpng FUZZER=aflgo BUG=AAH001 ./build.sh` it works...