-
your original fuzz.sh:#!/bin/bash
AFL_VISPORT=`cat visport` AFL_AUTORESUME=1 AFL_PATH="$(realpath ../../AFLplusplus/)" PATH="$AFL_PATH:$PATH" afl-fuzz -m 1000 -i afl_inputs -o afl_outputs -U -t 4000…
amie0 updated
10 months ago
-
[Honggfuzz](http://honggfuzz.com/) looks to be a great competitor to libFuzzer and AFL.
Also, the instrumentalization procedure seems to be very similar to libFuzzer so it might be quite easy to ad…
-
Hello Clusterfuzz Team,
Good Evening.
I would like to kindly request for an addition of the AFL++ Fuzzer Engine to the Clusterfuzz/ClusterfuzzLite project.
Awaiting your response.
Thanks &…
-
Extracted from https://github.com/ziglang/zig/pull/20773.
In the initial implementation of fuzzing, I threw together something rough and quick that was able to find a string used with `mem.eql`. Ho…
-
The fuzzer doesn't sign transactions, so if it tries to validate one with signature checking enabled, it gets `txBAD_AUTH`. Once or twice I've run `stellar-core fuzz` and gotten a crash because of a …
-
## Description
[segfault.zip](https://github.com/ethereum/solidity/files/7428026/segfault.zip)
The attached contract produces:
```
../build/solc/solc segfault.sol
Segmentation fault
```
…
-
Hi,
I installed `shellphish_afl-1.2.1-py2.py3-none-manylinux1_x86_64.whl` in order to run shellphish/fuzzer and it works as expected.
For optimization issues, I want to edit the afl-fuzz.c file.…
lzina updated
5 years ago
-
I am trying to understand how CoFuzz's concolic execution works by running the `readelf` target.
https://github.com/Tricker-z/CoFuzz/blob/main/src/fuzz/executor.py#L130-L154 The main loop in `Hybri…
-
People were kind of fan of Crowbar because of Afl-fuzzing. I'm not fully aware about the witchcraft afl does, but it could be added as an optional way of generating bytes?
-
Hi,
Follow my previous issue #8 , I added a parser `SQLite.g4`. And I changed the `Makefile` to compile it as:
````
afl-fuzz: afl-fuzz.c $(COMM_HDR) | test_x86
$(CC) $(CFLAGS) $@.c -…