-
Notifications
You must be signed in to change notification settings - Fork 11
Open
Description
Hi,
I’m using this project to run multiple instances of a fuzzer inside a Docker container. I don’t want to connect to the container to manually stop the fuzzing process.
Is it possible to define conditions for stopping fuzzing — for example, if no new paths are discovered for a certain period of time? This should result in all fuzzer instances terminating. After that, the coverage collection stage should start.
AFL provides environment variables, such as AFL_EXIT_ON_TIME, which can be used to implement the behavior I described above.
Would it be possible to add support for setting environment variables via the configuration file?
Also, will fuzzing termination triggered this way automatically start the coverage collection?
Metadata
Metadata
Assignees
Labels
No labels