-
Hi,
AFL programs normally read input from stdin, is it possible for the frida-fuzzer to spawn the program on host and write to the stdin on target in order the test program can continue from read(0..…
-
I am hoping to measure some java or python benchmarks with fuzzbench. So I migrate a java library (java-xmlbuilder) from OSS-Fuzz by copying Dockerfile, build.sh and XmlBuilderFuzzer.java. Then I try…
-
Dear authhors,
First, glad to see there is such a cool tool to use. However, when I try to use it to fuzz a regular project, i.e., jsc, it crashes on the preform_dry_run step without any hints on wah…
-
I'm Using opam with OCaml 4.07.1+afl on my MacBook Pro with macports.
Crowbar (0.1) works. I can compile with
`ocamlbuild -package crowbar firsttry.native` and run `afl-fuzz` manually:
```
$ afl-f…
-
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 was comparing the fuzzers categorized as "Binary-only" listed in the workflows / fuzzers.yml file.
From the results of my local experiment, I believe that eclipser has an excessive advantage o…
-
This is actually a really useful standalone tool. We should get some docs.
-
I'm trying to fuzz an arm binary, I've built qemu 5.1.0 with CPU_TARGET=arm and afl-qemu-trace works correctly.
In order to make it works I disabled all patching files.
However, when I do
`AFL_SKIP…
-
Since the resettable `lazy_static` has been unsupported fuzz tests using `lazy_static` suffer from low stability.
What do you recommend to use instead of `lazy_static` when implementing some fuzz test…
-
So tested: Ubuntu 18.04 TLS
Executing the following command will reproduce the problem:
pip install git+https://github.com/shellphish/fuzzer
Installing collected packages: future, ana, z3-sol…