You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You can use -t and -m to override the default timeout and memory limit for the
executed process; rare examples of targets that may need these settings touched
include compilers and video decoders.
Is this inconsistent with the sentence quoted above from the Rust Fuzz Book, or am I misunderstanding what "default timeout" means?
The text was updated successfully, but these errors were encountered:
My understanding is that the timeout is for a test run for a single generated input. As opposed the to total lifespan of the fuzzer which will test an indefinite number of generated inputs
The last sentence of §2.2, the AFL.rs tutorial, is—
However, http://lcamtuf.coredump.cx/afl/README.txt mentions that AFL has a "default timeout":
Is this inconsistent with the sentence quoted above from the Rust Fuzz Book, or am I misunderstanding what "default timeout" means?
The text was updated successfully, but these errors were encountered: