winafl icon indicating copy to clipboard operation
winafl copied to clipboard

Feature: Don't create a new process per attempt in afl-tmin (instrumentation mode)

Open eranzim opened this issue 3 years ago • 0 comments

Currently, when afl-tmin is executed on non-crashing input (instrumentation mode), it can be very slow (especially for targets with a long initialization phase), due to its re-execution of the process for each run. It should be possible to run it like afl-fuzz does - re-run just the target function on each iteration, and keep the process open.

eranzim avatar Dec 22 '21 17:12 eranzim