aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorvan Hauser <vh@thc.org>2019-10-21 17:18:41 +0200
committervan Hauser <vh@thc.org>2019-10-21 17:18:41 +0200
commitbc3ce26e0ecbf97751c6eb444df8e5bf31dcafd7 (patch)
treea99c3eee19ca28bb19dd35148d3eec06e8dced6e
parentebea44029e019960cbf075dacd7b1a1f79d1bae2 (diff)
downloadafl++-bc3ce26e0ecbf97751c6eb444df8e5bf31dcafd7.tar.gz
-V/-E not precise
-rw-r--r--TODO1
-rw-r--r--src/afl-fuzz.c4
2 files changed, 4 insertions, 1 deletions
diff --git a/TODO b/TODO
index f2642b1a..05c89679 100644
--- a/TODO
+++ b/TODO
@@ -3,6 +3,7 @@ Roadmap 2.60:
=============
afl-fuzz:
+ - change -T to use alarm() instead
- radamsa mutator
- test the libmutator actually works and does not run infinite (need an example though)
diff --git a/src/afl-fuzz.c b/src/afl-fuzz.c
index bb342112..25f606fa 100644
--- a/src/afl-fuzz.c
+++ b/src/afl-fuzz.c
@@ -71,7 +71,9 @@ static void usage(u8* argv0) {
" -V seconds - fuzz for a maximum total time of seconds then "
"terminate\n"
" -E execs - fuzz for a maximum number of total executions then "
- "terminate\n\n"
+ "terminate\n"
+ "Note: -V/-E are not precise, they are checked after a queue entry is "
+ "done which\n can be many minutes/execs later\n\n"
"Other stuff:\n"
" -T text - text banner to show on the screen\n"