Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Does AFL really run until quit? #16

Open
8573 opened this issue Jun 12, 2019 · 1 comment
Open

Does AFL really run until quit? #16

8573 opened this issue Jun 12, 2019 · 1 comment

Comments

@8573
Copy link

8573 commented Jun 12, 2019

The last sentence of §2.2, the AFL.rs tutorial, is—

AFL will run indefinitely, so if you want to quit, press CTRL-C.

However, http://lcamtuf.coredump.cx/afl/README.txt mentions that AFL has a "default timeout":

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?

@frewsxcv
Copy link
Member

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants