Angora
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.
Hello Angora authors, I'm trying to reproduce the lavam evaluation within Magma's infrastructure. However, I think I encounter the following 2 issues. Could you help me to check if I'm...
* Correct signedness for c-strings in angora-clang * Const-correctness throughout * Move `#[link]` attribute to `extern` block Fixes all warnings emitted by `clang` version 14.
Would Angora have support to compile from LLVM or BAP derived intermediate representation? Trying to analyze binary (pre-compiled) but couldn't figure out how: ``` INFO angora::fuzz_main > CommandOpt { mode:...
_Dependabot Preview will be shut down on August 3rd, 2021. In order to keep getting Dependabot updates, please merge this PR and migrate to GitHub-native Dependabot before then._ Dependabot has...
Updates the requirements on [rand](https://github.com/rust-random/rand) to permit the latest version. Changelog Sourced from rand's changelog. [0.8.0] - 2020-12-18 Platform support The minimum supported Rust version is now 1.36 (#1011) getrandom...
Analogous to [afl-showmap](https://github.com/google/AFL/blob/master/afl-showmap.c). Logs code coverage information to a file (in the same format as afl-showmap). This is my first time writing Rust, so I hope that it's okay!
Google has recently created a corpus to facilitate easy and reproducible comparison of fuzzing methodologies, see https://github.com/google/FuzzBench AFAIK it's the first diverse corpus systematically used for fuzzer evaluation. Publishing results...
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....
Hi, I am reading your paper rencently. It is well written. I am confused about how you implement the branch with context in the source code. More specifically, where can...
I would like to analyze the traces of Angora after the execution has ended, however, it seems that the files are removed afterwards and stored in the tmpfs. I added...