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

Allow track files to persist after execution #99

Open Luc-Veldhuis opened 4 years ago

Luc-Veldhuis commented 4 years ago

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 a switch to disable the tmpfs in https://github.com/AngoraFuzzer/Angora/pull/98

spinpx commented 4 years ago

Thanks @Luc-Veldhuis