Adrian Herrera
Adrian Herrera
Okay so I got a bit further with sqlite3 by changing the compile command at the end of `targets/sqlite3/build.sh` to: ``` $CC $CFLAGS -I. \ "$TARGET/repo/test/ossfuzz.c" \ -o "$OUT/sqlite3_fuzz" \...
Re. openssl: I had a quick look, and for some reason `CFLAGS` is being expanded twice, resulting in the error message about `-outdir` and `targets`. Expanded, the compile command that...
@scanakci cool! Do you also get the same problem where some bugs result in empty Ftargets files, or is this due to the approach taken by @spencerwuwu? Also, does anyone...
@scanakci yeah for our evaluation we used the configurations provided in the v1.1 branch. Try to increase the memory limit and let me know what happens.
`sqlites` is a typo; it should be `sqlite3`. Is that the reason?
Hey @kristovatlas, thanks for the feature request! Sure, that sounds like a useful feature. I'm happy for either you to do it and submit a PR, or I can do...
KLEE's libc may also be a good starting point for 1 and/or 3: https://github.com/klee/klee/tree/master/runtime/klee-libc
It sounds like bugs are not being triggered correctly. I’d check the log under the `logs` directory and if your fuzzer produces a queue I’d replay the queue entries through...
This does not look like a timeout. It looks like something has been misconfigured and is crashing the fuzzer. I would recommend extracting the asn1 binary from the docker container...
Ok cool, thanks. Can you confirm that the custom mutator works in isolation (ie outside of magma)? Can you also confirm that if you run the new AFL++ without the...