-
**IMPORTANT**
1. You have verified that the issue to be present in the current `main` branch
Yes
```
$ git log | head -n 1
commit 453d733a3562dcea290265dafec1908832f97658
```
**Describe the b…
-
I'm trying to fuzz an [EDK II](https://github.com/tianocore/edk2) image. However, the "fast" system-mode snapshots seem to always trigger an assertion failure. Unfortunately, I can't share the compile…
-
**IMPORTANT**
1. You have verified that the issue to be present in the current `main` branch
yes
```
% git log | head -n 1
commit a212d66afef398cefb5ab7d1844e935efb702d23
```
**Describe the…
-
https://github.com/AFLplusplus/LibAFL/blob/89cff637025c1652c24e8d97a30a2e3d01f187a4/libafl_bolts/src/tuples.rs#L27-L58
this code here relies on the (unsound) specialization of Copy for cloning of a…
-
Recently, I stumbled upon [LibAFL paper](https://dl.acm.org/doi/abs/10.1145/3548606.3560602) which had a reimplementation of another fuzzer called [NeoDiff](https://github.com/fgsect/NeoDiff). The goa…
-
Do you have any tips for getting this running? I've got a very large and well developed corpus of wgsl shader files from a previous fuzzing run which I would like to try with this fuzzer. I am attemp…
-
-
I'm learning kernel fuzzing, and I'm writing a simple fuzzer using libafl_qemu under system mode. It's based on the examples in `fuzzers/qemu_systemmode`, but uses my x86_64 kernel. There are mainly t…
-
-
The issue to be present in the current main branch
```bash
$ git log | head -n 1
commit dfd5609c10da85f32e0dec74a72a432acd85310a
```
**Describe the issue**
I am doing some fuzzing practice using…