W dniu 01.11.2015 o 16:07, Jln Wntr pisze:
> Is it possible to stop AFL-fuzz after a specified amount of time (for
> example 24 hours) ?
Hi,
I'd use this one:
https://www.gnu.org/software/coreutils/manual/html_node/timeout-invocation.html
> What would be a good practice for "remotely" start and stop AFL-Fuzz from
> another program?
> The fact that AFL uses something like an internal fork-server makes me
> wonder if it's a good idea to have another C-Program *forking* AFL.
Why not just use a Unix shell?
Cheers,
d33tah