AngoraFuzzer / Angora

Angora is a mutation-based fuzzer. The main goal of Angora is to increase branch coverage by solving path constraints without symbolic execution.
Apache License 2.0
918 stars 168 forks source link

showmap: added tool for displaying coverage data #108

Open adrianherrera opened 3 years ago

adrianherrera commented 3 years ago

Analogous to afl-showmap. 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!