Angora icon indicating copy to clipboard operation
Angora copied to clipboard

Angora is a mutation-based fuzzer. The main goal of Angora is to increase branch coverage by solving path constraints without symbolic execution.

Results 42 Angora issues
Sort by recently updated
recently updated
newest added

The handy provided parser has a `json` option which uses the Rust pretty print output. Eventhough this is already great for viewing the track files, it makes parsing in other...

We're running into issues where Angora aborts fuzzing within the first 24 hours because the `Density is too large (> 10%)`. What is the recommended fix for this issue? The...

Section 3.4 of the paper describes using gradient descent with a 2-point method for computing the gradient vector. This basically involves doing `O(d)` function calls to find the approximate gradient...

I am using Angora to build llvm-libcxxabi in google fuzzer test suite, but I failed in fuzzing. I put one seed file in the seeds folder but Angora thinks there...

What is the correct procedure for building C++ binaries, I have followed the instructions in building a target program and it worked for C. However for C++ I get eg....

When testing pin mode with tests/strcmp, I got the following error: ``` ERROR angora::search::cmpfn > magic length is less than input length. ``` I studied this error and found the...

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" ``` , which fails in my environment, because Angora libs are 64bits:...

When I compile Angora with running build.sh, there is an error about mismatched types which is shown below. But I've never seen anything like this before. And I didn't make...

I followed the steps showed on README.md and installed Angora on Ubuntu 18.04, LLVM 7.0. When I run "test.sh mini", all things go well, the result showed one crash found....

When I run ./build/build.sh to build Angora and compile runtime v1.2.2, there is an error that "error: could not find native static library `context`, perhaps an -L flag is missing?"....