-
Hello,
I am trying to compile android 6.0.1 and facing the following issue. Kindly help me resolve the issue.
Thanks in advance.
PLATFORM_VERSION_CODENAME=REL
PLATFORM_VERSION=6.0.1
TARGET…
-
**Is your feature request related to a problem? Please describe.**
I am currently using AFL++ with QEMU mode for fuzz testing and I am wondering if there is a way to stop fuzzing when a specific addr…
-
```
id:000003,src:000001,time:52,execs:672,op:havoc,rep:2,+cov
```
Id is incremental
src is the input that led to it. src may be followed by `+00000?` if it was a spliced mutation with the spliced…
R9295 updated
5 months ago
-
Hi,
Sometimes, I need to perform fuzz testing on both 32-bit and 64 bit programs simultaneously. The current compilation and installation will overwrite the previous product afl-qemu-trace binary. …
-
https://github.com/bazelbuild/rules_fuzzing/blob/2548aeae56e911b09b2ea879b94f30ae3a01dc50/fuzzing/private/oss_fuzz/package.bzl#L74
It seems like the `tar` command in the line linked above is causin…
asraa updated
2 years ago
-
Hello .
When running Grammar mutator on a target, there is a problem right before running AFL++ on the target .
Here is the log :
```
mic@mic-System-Product-Name:~/Documents/AFLplusplus$ ./a…
-
Hi,
I experience something very wired when running my 32 binary on 64 bit machine with shellphish/fuzzer.
If I execute the command below:
`/~/PycharmProjects/driller-afl/venv/bin/python /~/Pych…
lzina updated
5 years ago
-
Hi,
I set up SymCC using the given Dockerfile and I followed this video to test its hybrid fuzzing mode : https://www.youtube.com/watch?v=zmC-ptp3W3k.
I used the same example program and the com…
-
The source code file is `int_check.c`.
I build the afl target and symcc target with commands:
```
afl-clang -O0 int_check.c -o afl-target
symcc -O0 int_check.c -o symcc-target
```
First I run af…
-
And also possibly move some of our hacks into upstream AFL now that we own the repo.