added -N no_unlink option

This commit is contained in:
van Hauser
2019-12-02 15:25:17 +01:00
parent 60c8121c1d
commit f8bc9b54da
5 changed files with 48 additions and 12 deletions

View File

@ -83,7 +83,9 @@ u32 hang_tmout = EXEC_TIMEOUT; /* Timeout used for hang det (ms) */
u64 mem_limit = MEM_LIMIT; /* Memory cap for child (MB) */
u8 cal_cycles = CAL_CYCLES, /* Calibration cycles defaults */
cal_cycles_long = CAL_CYCLES_LONG, debug, /* Debug mode */
cal_cycles_long = CAL_CYCLES_LONG, /* Calibration cycles defaults */
debug, /* Debug mode */
no_unlink, /* do not unlink cur_input */
custom_only, /* Custom mutator only mode */
python_only; /* Python-only mode */