mirror of
https://github.com/AFLplusplus/AFLplusplus.git
synced 2025-06-18 12:48:06 +00:00
AFL_PERSISTENT_RECORD not a default
This commit is contained in:
@ -71,16 +71,16 @@
|
|||||||
/* Maximum allowed fails per CMP value. Default: 128 */
|
/* Maximum allowed fails per CMP value. Default: 128 */
|
||||||
#define CMPLOG_FAIL_MAX 96
|
#define CMPLOG_FAIL_MAX 96
|
||||||
|
|
||||||
|
/* -------------------------------------*/
|
||||||
/* Now non-cmplog configuration options */
|
/* Now non-cmplog configuration options */
|
||||||
|
/* -------------------------------------*/
|
||||||
|
|
||||||
/* If a persistent target keeps state and found crashes are not reproducable
|
/* If a persistent target keeps state and found crashes are not reproducable
|
||||||
then enable this option and set the AFL_PERSISTENT_RECORD env variable
|
then enable this option and set the AFL_PERSISTENT_RECORD env variable
|
||||||
to a number. These number of testcases prior the crash will be kept and
|
to a number. These number of testcases prior the crash will be kept and
|
||||||
also written to the crash/ directory */
|
also written to the crash/ directory */
|
||||||
|
|
||||||
#define AFL_PERSISTENT_RECORD
|
//#define AFL_PERSISTENT_RECORD
|
||||||
|
|
||||||
|
|
||||||
/* console output colors: There are three ways to configure its behavior
|
/* console output colors: There are three ways to configure its behavior
|
||||||
* 1. default: colored outputs fixed on: defined USE_COLOR && defined
|
* 1. default: colored outputs fixed on: defined USE_COLOR && defined
|
||||||
|
Reference in New Issue
Block a user