-
Error in Fuzzing libxml2 with AFL++ in Nyx-mode
Process:
1. Installed KVM-Nyx:
cd /tmp/ &&
wget -c https://kernel.ubuntu.com/~kernel-ppa/mainline/v5.10.75/amd64/linux-image-unsigned-5.10.75-05…
-
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…
-
{
"platform":"linux/arm64",
"hub-mirror": [
"docker.io/aflplusplus/aflplusplus:latest"
]
}
-
In `CommandExecutor` the exit code of the child is not checked and anything exited without a signal is counted as `Ok`.
https://github.com/AFLplusplus/LibAFL/blob/a8d2e8711bf735f3b6455f4173f5510bf…
-
The default afl behaviour is to classify runs that overrun the timeout limit by 2x as hangs. These get saved and can later be inspected to identify issues in the fuzzing code. The recommended action w…
-
### Description of problem
AFL++ is supported on macOS, but it seems like the build steps have not yet been tweaked to work on macOS in Nixpkgs.
Is this something that would be doable?
### No…
-
I am trying to build AFLplusplus from source following the instructions on here - https://github.com/AFLplusplus/AFLplusplus/blob/stable/docs/INSTALL.md
When I run `make distrib ` it seems to erro…
-
Good afternoon,
I want to try the “fuzz-harness” tool and I'm having a hard time understanding how it interacts with the scenarios to apply fuzzing.
First of all, it is giving me a lot of proble…
-
In a very long emulation, I have a segfault (dereferencing null pointer) in qemu/tcg/aarch64/tcg-target.inc.c:tb_target_set_jmp_target.
In qemu/accel/tcg/cpu-exec.c, the function tb_set_jmp_target …
-
The release code using AFLplusplus 2.65c, which is a bit old. Now the latest AFLplusplus version is 3.14c. I want to replace the 2.65c version with the latest 3.14c version. Is it OK to patch the diff…