mirror of
https://github.com/AFLplusplus/AFLplusplus.git
synced 2025-06-14 02:58:08 +00:00
-V/-E not precise
This commit is contained in:
1
TODO
1
TODO
@ -3,6 +3,7 @@ Roadmap 2.60:
|
|||||||
=============
|
=============
|
||||||
|
|
||||||
afl-fuzz:
|
afl-fuzz:
|
||||||
|
- change -T to use alarm() instead
|
||||||
- radamsa mutator
|
- radamsa mutator
|
||||||
- test the libmutator actually works and does not run infinite (need an example though)
|
- test the libmutator actually works and does not run infinite (need an example though)
|
||||||
|
|
||||||
|
@ -71,7 +71,9 @@ static void usage(u8* argv0) {
|
|||||||
" -V seconds - fuzz for a maximum total time of seconds then "
|
" -V seconds - fuzz for a maximum total time of seconds then "
|
||||||
"terminate\n"
|
"terminate\n"
|
||||||
" -E execs - fuzz for a maximum number of total executions then "
|
" -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"
|
"Other stuff:\n"
|
||||||
" -T text - text banner to show on the screen\n"
|
" -T text - text banner to show on the screen\n"
|
||||||
|
Reference in New Issue
Block a user