-
I'm trying to build this fork of AFL on Fedora 36, specifically the binary-only mode based on QEMU, but am running into the following errors:
```
$ PYTHON=python2.7 ./build_qemu_support.sh
...
…
-
[+] sending buffer size 3150
./afl-fuzz -m none -t 800000+ -Q -i ./inputs -o ./outputs -x keywords
afl-fuzz 2.52b by
[+] You have 1 CPU core and 0 runnable tasks (utilization: 0%).
[*] Setting up…
-
I was just interested to play with [AFL fuzzer](https://github.com/google/AFL) on some library. Instrumented and run libini's example under AFL, there were few crashes for inputs below.
Inputs:
- …
-
This presents a problem when ClusterFuzz expects the fuzzer binary to be different.
For example, a bunch of errors are being thrown that look similar to this:
```
Command: /mnt/scratch0/clusterfuzz…
-
on arm or x86, android-afl was successfully.
but when i build it for arm64, i got a lot of errors like this:
```
aosp-maker@ubuntu:~/SourceCode/aosp/android-afl$ mm
=============================…
-
Hi,I tried to expand the mqtt protocol, and make aflnet successfully . However, when I try this cmd, the process hangs.
The cmd:afl-fuzz -d -i in 1 -0 ut3 -N tcp://127.0.0.1/1883 -P NOTT -D 10000 -q …
zxkic updated
3 months ago
-
https://github.com/rust-fuzz/afl.rs/pull/137
https://github.com/rust-fuzz/afl.rs/issues/31
https://github.com/rust-fuzz/rfcs/pull/1
-
As a non-rust person I have no clue how to fix these ...
```
Compiling c2rust_out v0.0.0 (/prg/tmp/AFLrustrust)
error[E0658]: non-builtin inner attributes are unstable
--> c2rust-lib.rs:14:1
…
-
@vanhauser-thc wrote in #449:
> AFL++'s LLVM plugins are not built by default.
> And even if the user wants to build them the check is faulty:
```
$ cargo-afl afl config --plugins
AFL LLV…
-
Hi @ttdennis,
Let me just start by saying thank you for such a cool idea! I'm excited to use this for some fuzzing research I am performing. However, I've been running into an issue when trying to …