-
Go-fuzz (https://github.com/dvyukov/go-fuzz) is quite successful at finding bugs in Go code and reasonably widely used in Go community. However there are several problems with the current go-fuzz impl…
-
Migrated from [rt.perl.org#130315](https://rt-archive.perl.org/perl5/Ticket/Display.html?id=130315) (status was 'open')
Searchable as RT130315$
p5pRT updated
2 years ago
-
I've started fuzzing the decompressor, and it found this issue pretty much instantly.
Here is the program I'm using. It writes the uncompressed size at the beginning of the files as a `size_t`; for …
-
Describe the bug:
Hi, I found an integer overflow issue in file exrmultipart.cpp
To Reproduce:
Steps to reproduce the behavior:
export CC=afl-clang-fast CXX=afl-clang-fast++
export LD_LIBRARY_P…
-
I followed the Readme and got this error when running make.
```
Anton@DESKTOP-E3QRL5P MINGW64 ~/openssl
# perl Configure mingw64 no-shared no-asm --prefix=/C/OpenSSL-x64
Configuring OpenSSL vers…
-
~ $ brew install fb-adb
==> Using the sandbox
==> Downloading https://github.com/facebook/fb-adb/archive/1.4.4.tar.gz
Already downloaded: /Users/zhaoying/Library/Caches/Homebrew/fb-adb-1.4.4.tar.gz…
-
hi,
i have tested the following code of the known "copy_it" function from the paper:
https://www.usenix.org/system/files/conference/woot12/woot12-final26.pdf
in afl and afl++ (takes about 1-3 min…
-
Migrated from [rt.perl.org#126188](https://rt-archive.perl.org/perl5/Ticket/Display.html?id=126188) (status was 'open')
Searchable as RT126188$
p5pRT updated
2 years ago
-
Hi,
I am running AFL with a post-processing function. The fuzzer works well. However when I try to run the fuzzer with `-D` (the deterministic stage), the fuzzer executes very slowly then freezes a…
-
Hello,
I am trying to understand the behavior of running multiple concurrent independent AFL fuzzing campaigns on a shared program.
I have a program with a bunch of subprograms activated by a fl…