-
It will be useful to collect crash reports from:
- [syzkaller](https://github.com/google/syzkaller)
- [jsfuzz](https://github.com/fuzzitdev/jsfuzz)
-
Hi,
I'm having troubles running hfuzz in a CI environment.
The error I'm getting:
```
RUST_BACKTRACE="full" HFUZZ_RUN_ARGS="--exit_upon_crash --iterations 10000 -v --timeout 2 --input coordinatord…
-
We have recently migrated to version 2.22.3 from 2.18.0 due to a failing apt dependency issue we encountered on deployment. Looking through the code in the importer and generic parser it appears that …
-
This is in Linux Ubuntu 22.04. I have installed sudo apt-get install binutils-dev libunwind-dev libblocksruntime-dev clang
make
Any recommendations?
Thanks!
Below is the error
```
cc -c …
-
Hi,
trying to play a bit with `ziggy`, but unfortunately encountered an issue when building `ziggy-honggfuzz v0.5.55`.
I am using `Ubuntu 20.04.6`
ziggy repo commit: `0b49b7bdbd482693f1dfa2eeab5a…
-
Hi, there are several missing fuzzers in the list like the popular honggfuzz and AFLplusplus.
The categorization is broken.
For instance, libFuzzer is not a Binary fuzzer, but a source-level fuzzer.…
-
- libfuzzer during llvm install?
alternatives?
- [AFL++](https://github.com/AFLplusplus/AFLplusplus), [AFL](https://lcamtuf.coredump.cx/afl/)
- [honggfuzz](https://github.com/google/honggfuzz)
…
-
I'm in the process of trying out this fuzzer and I follow this section from the README:
https://github.com/srlabs/substrate-runtime-fuzzer#how-do-i-use-it, first line in particular:
`cargo instal…
-
[tags]fuzz-testing,fuzzing,oss-fuzz,security,stability,vulnerabilities[/tags]
[short_descr]Continuous Fuzzing for Open Source Software.[/short_descr]
[link] https://google.github.io/oss-fuzz [/link]
…
-
We need to update the fuzztests to use `--no-default-features` to avoid the broken `arbitrary` dependency of `honggfuzz`. Also we should run the fuzztests in CI so that we notice this.
Noticed whil…