- Support LLVM 11/12
- Tested in Rust 1.6.*, and Ubuntu 20.04
- Fix issues
- getc model
- https://github.com/AngoraFuzzer/Angora/commit/b31af93bb7401a296af0ddaa7b80eaaed7f73415
- https://github.com/AngoraFuzzer/Angora/issues/86
- New PRs
Unclaimed project
Are you a maintainer of Angora? Claim this project to take control of your public changelog and roadmap.
Changelog
Angora is a mutation-based fuzzer. The main goal of Angora is to increase branch coverage by solving path constraints without symbolic execution.
Implementation of Never-zero counter: The idea is from Marc and Heiko in AFLPlusPlus . https://github.com/vanhauser-thc/AFLplusplus/blob/master/llvm_mode/README.neverzero
add inst_ratio : issue #67
fix asan compatible: did not instrument function startswith "asan.module"