attekett
attekett
Using: kcov --version: kcov v33-9-g291b Test binaries are compiled with: clang-3.8 -fsanitize=address -fsanitize-coverage=edge (I don't think the compile flags have anything to do with the issue, so I didn't try...
It is possible to setup CloudFuzzer on a group of machines, for example on local VMs, but currently the only way to test the implementation is to deploy CloudFuzzer into...
To avoid long execution time for cloudfuzzer get-results, on remote, we should do periodic get-results on Bastion. One alternative would be to setup a cronjob, for the sync. We also...
To prevent us from losing any results when Spot Instances are terminated, we need to detect Termination Notice and trigger result sync. More info about AWS Spot Instance Termination Notice:...
We should investigate, if we could create minimalistic implementation to replace [nabeken/docker-volume-container-rsync](https://github.com/nabeken/docker-volume-container-rsync). In addition of dropping external dependency, if the image is built during packer build, we could use the...
After Docker upgrade, old docker swarm control scripts went obsolete, and were removed. run-containers.sh creates N fuzzing containers as a service named "fuzz-service". Adding rest of the docker service commands...
For last couple of days, I have been reducing a file with original size of ~250KB. I have tried with different grizzly.reduce strategies and most of them can initially remove...