-
Hi,
I try to use Angora to build up [boringssl](https://github.com/google/fuzzer-test-suite/tree/master/boringssl-2016-02-12) in google's [fuzzer-test-suite](https://github.com/google/fuzzer-test-sui…
-
Good morning,
Does Angora support 32-bit targets / builds?
Like:
```
CC=$ANGORA/bin/angora-clang ./configure --prefix=`pwd`/install --disable-shared "CFLAGS=-m32" "CXXFLAGS=-m32" "LDFLAGS=-m32…
-
Dear developers, thank you for open source the code of Angora.
Angora stops when I use it to fuzz mp42aac (from Bento4) under Ubuntu 16.04. It works when I use Angora to fuzz other programs. I am no…
-
I try to resume interrupted fuzzing:
/angora/angora_fuzzer --input - --output /data -M 2048 -t /d/p/angora/1.exiv2.tt -- /d/p/angora/1.exiv2.fast -pv @@
```
INFO angora::fuzz_main > CommandOp…
-
In your docker environment:
```
wget http://exiv2.org/releases/exiv2-0.26-trunk.tar.gz
tar zxvf exiv2-0.26-trunk.tar.gz
cd exiv2-trunk
export LLVM_COMPILER=clang
CC=wllvm CXX=wllvm++ CFLAGS=…
-
In short, when fuzzing pdftotext, Angora generates tremendous amount of queue files, making analyze queue coverage infeasible.
Here is the detailed experiment setup:
The `pdftotext` is compiled …
-
Commit: a3b25de4b1d68584d3027c0a0aa3da93bb571959
Program arguments: /home/songlh/workspace/rust/Angora/llvm_install/clang+llvm/bin/clang-7 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -disable-f…
-
I use the following command:
````
root@f8a44c8e576a:/angora# ./angora_fuzzer -i ../data/base64/fuzzer_input/ -o /root/output/base64_test -t ./base64.tt -- ./base64.fast -d
````
And it gives:
``…
-
I think I'm running into issues where Angora might be failing because it is not reaping zombie child processes, filling up the process table, then unable to launch new processes. It appears that th…
-
Hi, I use wllvm to compile 4 programs from LAVA-M since I cannot build xx.track from compiling directly. While Anogra terminates soon when fuzzing uniq.
I use the following cmd:
`./angora_fuzzer -i…