-
hi all. Going through the book. Trying to do the vlc instrumentation in Chapter 5, page 80.
`CFLAGS="-O0 -g" make LDFLAGS="-fsanitize=address"`
This is failing for me with this error:
```
Saniti…
-
Hello, I am currently using Beacon for directed fuzzing and would like to know if it supports parallelization, similar to AFLGo. Specifically, I would like to use the -M and -S options for master/slav…
-
The testpng example application I believe should take input and output filenames as arguments. However when ran in --relaxed mode outfile argument is ignored:
For example:
alan@fuzz:~$ rm -f pn…
-
I've been trying to run `cargo afl fuzz` without instrumentation (dumb mode) using the `-n` flag and I'm encountering the following:
```
[-] PROGRAM ABORT : Target's coverage map size of 466496 is…
-
I want to evaluate my fuzzer with Magma, but I do not have a public git repo. How can I modify the Docker image to use my local code?Could you please provide detailed implementation steps?
-
# native apt
```
export DEBIAN_FRONTEND=noninteractive && apt update && apt install curl wget htop git vim ccache -y && git clone https://github.com/bitcoin/bitcoin.git --depth=1 ./b-c && cd b-c …
-
The 1.6.3 was released in 2020 and it's probably time to upgrade.
https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=47959#c69
https://oss-fuzz-build-logs.storage.googleapis.com/log-d1e0a3f0-…
-
I set up AFL to run smatch against some of the validation files & it has found a few crashes so far. This is a placeholder to note that. What is the best way (vis-à-vis, your workflow) to report these…
-
Hi there,
I have some troubles with getting afl-fuzz to work on Kali Linux 2020.2 to work against any binary. This is the tutorial that I have been following.
https://medium.com/@int0x33/day-8-f…
-
With macOS 14 and XCode 15, I get the following compiler errors when attempting to build `./diff-build.sh`:
```
$ CompDiff git:(main) ✗ ./diff-build.sh
[*] Compiling afl++ for OS Darwin on ARCH a…