-
Allow setting `-rss_limit_mb` via the CLI
-
In the clusterfuzz corpus strategy, can all seeds be arranged in libfuzzer_corpus according to size, and each bot only takes one copy from it for execution?
The initial strategy is to take out all…
-
AFL has the possibility to configure [partial instrumentation](https://github.com/AFLplusplus/AFLplusplus/blob/stable/instrumentation/README.instrument_list.md). This could help the fuzzer concentrate…
-
Hi
I tried to do the setup of ffw with honggmode by following the README but it's failing at the final step when I try to run the fuzzer. Can someone please help me here.
I am using ubuntu18.04
…
-
Fuzzing lewton goes through the "vorbis inside ogg" codepath, which verifies CRC32 checksum on the input. This seems to prevent any kind of meaningful fuzzing.
I have disabled CRC32 checks in ogg c…
-
Quoting @debrouxl from #299:
> After the 4.5.0 release is cut, maybe libxmp could now be integrated into https://github.com/google/oss-fuzz without being drowned in bug reports ? All the more libxmp …
-
Adding a degree of randomization in Manta's testing can be beneficial to catch more bugs.
Use manta-pay's test randomization as reference.
-
### Version
Yosys 0.45+106 (git sha1 c1228fec2, clang++ 18.1.8 -Og -fPIC -O1 -fno-omit-frame-pointer -fno-optimize-sibling-calls -fsanitize=address)
### On which OS did this happen?
Linux
### Repr…
-
@eqv's idea
Either
1: Capture a sample of inputs generated during fuzzing and then store path/state transitions that happen.
2. Capture path/state transitions in real-time (without slowing things).
-
Hello,
The [latest patch](https://github.com/google/honggfuzz/blob/master/examples/bind/bind-9.17.6.patch) for Bind in the repository doesn't work.
Bind now doesn't have the package, `libtool` …