Adrian Herrera
Adrian Herrera
ACK. Something like `afl-whatsup` would be pretty cool! Unfortunately, it would also be pretty low down the priority list ☹️ But feel free to make a PR if you get...
Do you have a public repo I could take a look at?
Hmmm I'm not sure what the relation is with that issue. I have seen a similar C++ error before, and from memory it seemed to relate to a mix of...
Hi, I guess the original intention of using Docker was to make things as "reproducible" as possible (Ahmad, the original author, will be able to correct me if this is...
Nice, thanks! I'll give it a spin today and see how it goes
Can you please squash the commits and I can merge!
Thanks for doing that! Sorry, I just realized this PR was made against the v1.2 branch. Can you please make it against the dev branch and then I'll merge it....
Cool! Definitely interested in this :) I actually did something very similar for an older version of Magma, but never got around to porting this to the current version. Please...
Cool! I just checked out your repo and aflgo branch to try to build the various targets. Currently libpng fails to build with an `Empty Ftargets.txt` error. I'll look into...
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 fine....