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

Setting total run time for fuzzer #94

Closed Anjali05 closed 4 years ago

Anjali05 commented 4 years ago

Hi, I want to check if there is a way to set the overall time to run the fuzzer which I can pass as an argument?

I didn't find anything in the default options.

Thanks

DataCorrupted commented 4 years ago

We used to do timeout <duration> <fuzzer-command>. Maybe you can use that. See man timeout.

Anjali05 commented 4 years ago

@DataCorrupted Whats a good overall time to run LAVA-M programs?

DataCorrupted commented 4 years ago

I believe the paper mentioned 1core, 5 hours per LAVA-M program.