Children
Children
## System info Ubuntu 16.04 xenial, gcc (Ubuntu 5.5.0-12ubuntu1), `faust` (latest master `fa15b59`) ## **Command line** `faust -lang ocpp -e -lcc -exp10 -lb -rb -mem -sd @@` ## AddressSanitizer Output...
## System info Ubuntu 16.04 xenial, gcc (Ubuntu 5.5.0-12ubuntu1), `faust` (latest master `fa15b59`) ## **Command line** `faust -lang ocpp -e -lcc -exp10 -lb -rb -mem -sd @@` ## AddressSanitizer Output...
## System info Ubuntu 16.04 xenial, gcc (Ubuntu 5.5.0-12ubuntu1), `faust` (latest master `fa15b59`) ## **Command line** `faust -lang ocpp -e -lcc -exp10 -lb -rb -mem -sd @@` ## AddressSanitizer Output...
## System info Ubuntu 16.04 xenial, gcc (Ubuntu 5.5.0-12ubuntu1), Bento4 (latest master [8a2bf3](https://github.com/axiomatic-systems/Bento4/commit/8a2bf3081e610bc145e8df3b10671dad839dd007)) ## **Command line** mp4info --show-layout --show-samples --show-sample-data @@ ## Output ```bash File: major brand: mp42 minor version:...
## System info Ubuntu 16.04 xenial, gcc (Ubuntu 5.5.0-12ubuntu1), `mp4info` (latest master `5922ba7`) ## **Command line** `./mp4info @@ /dev/null` ## Output ```bash File: major brand: mp42 minor version: 12a007e compatible...
## System info Ubuntu 16.04 xenial, gcc (Ubuntu 5.5.0-12ubuntu1), Bento4 (latest master [8a2bf3](https://github.com/axiomatic-systems/Bento4/commit/8a2bf3081e610bc145e8df3b10671dad839dd007)) ## **Command line** mp4info --show-layout --show-samples --show-sample-data @@ ## Output ```bash File: major brand: mp42 minor version:...
Hi, there I try to run my own fuzzer in the magma, all the configurations are copied from the AFL. However, the monitor files of my own fuzzer could not...
Hi, I could not run multiple targets in rootless docker. For example, if I run the following command with the captainrc `./tools/captain/run.sh ./tools/captain/captainrc` - captainrc ``` ... FUZZERS=(afl) afl_TARGETS=(libpng sqlites)...
Hi, I traversed all instructions in the given binaries - tiff_read_rgba_fuzzer - tiffcp and found that the none instructions are in the two files - libtiff/tif_print.c - libtiff/tif_jbig.c which means...
Hi there, I would like to fuzz lua with AFLGo but it fails during the first building. The CG and CFGs seem generated successfully, but the binary is not. ##...