Marco Vanotti
Marco Vanotti
When fuzzers run in HostFuzzer, they need to check features in the target machine, however, the current logic for feature checking happens on the host (syz-fuzzer).
I left honggfuzz running overnight, and it found a few crashes (5 different crashes), but my corpus directory ended up with 73k files in the corpus directory (>500MiB). Now, I...
I am having some trouble getting my query to work the way I intend to. I want to match: ``` if (_ X _($atomic.fetch_sub())) { } ``` where X is...
Currently it is not possible to use named constants / flags in the syz-programs used for testing system calls descriptions. For example, I would like to write a test like...
This PR adds a binding for the `getSourceAddress` in the PathConstraint object.
The `benchmark.yaml` file has a checkout hash that can be used to checkout a specific commit before running the benchmarks. We have observed that the checkout seems to fail spuriously...
Will these benchmarks be added to FuzzBench? Seems like they were added and removed at some point.
It seems like some fuzzer-benchmarks combinations do not respect the `--no-dictionaries` option. For example: `aflplusplus` and `libpcap_fuzz_both` in my experiment config I have: ``` no_dictionaries: true ``` But in the...
I am trying to set up a cloud project for running my own experiment, and following the steps in ["Running an experiment"](https://google.github.io/fuzzbench/running-a-cloud-experiment/running-an-experiment/) they provide a sample experiment-config. However, when I...
I am following the documentation for [setting up a cloud project](https://google.github.io/fuzzbench/running-a-cloud-experiment/setting-up-a-google-cloud-project/) and they mention to set up a password for the sql database. I used a chrome auto-suggested password that...