-
We could have a subcommand that could create a dictionary file for the fuzzers, by doing some static analysis on:
- a path that contains the code, through byte-value and string recovery
- the compil…
-
**Describe the bug**
While `afl-showmap` works on my target, `afl-cmin` pretends my target is crashing on the same input. I tested both `f9a8b60b3b3eb508234e2303c208acdccc50333e` (dev head) and v4.21…
nbars updated
3 weeks ago
-
Hello,
A SEGV has occurred when running program mp42aac,
System info:
Ubuntu 20.04.1 : clang 10.0.0 , gcc 9.3.0
Bento4 version 1.6.0-636
[POC.zip](https://github.com/axiomatic-systems/B…
dhbbb updated
2 years ago
-
## Description
Assertion `IterCnt++ < 1000 && "Iterative simplification didn't converge!"` fails during pass `SimplifyCFG` for the following input when targeting `aarch64`.
The problem does not …
-
Hello,
A SEGV has occurred when running program mp42aac,
System info:
Ubuntu 20.04.1 : clang 10.0.0 , gcc 9.3.0
Bento4 version 1.6.0-636
[poc (2).zip](https://github.com/axiomatic-syste…
dhbbb updated
3 years ago
-
Hi
I try to compile opentracing in ubuntu,( from image of aflplusplus/aflplusplus)
I got this error:
In file included from /usr/include/signal.h:328,
from /tmp/opentracing-…
-
Hello, I found vulnerabilities in the litehtml project through fuzzing using aflplusplus.
I didn't find the security policy, so I would like to know where to send reports.
Thank you for your attenti…
-
Not sure if this is an issue on my end, but I've noticed that libjpeg-turbo is doing significantly worse than it was previously. I've spent a bunch of time today trying to figure out what I broke, but…
-
Hi YS,
When I run make forkserver-simple, I get the following error message:
```
[-] Oops, can't find gcc header files. Be sure to install 'gcc-X-plugin-dev'.
GNUmakefile.gcc_plugin:120: recip…
-
I've been using cargo-fuzz and afl.rs to fuzz my (pure) rust projects, but one of those contains C++ code that I would like to be included in the fuzzing process.
The project structure looks like t…