mirror of
https://github.com/AFLplusplus/AFLplusplus.git
synced 2025-06-13 10:38:07 +00:00
improving on splice candidate check patch
This commit is contained in:
@ -483,7 +483,7 @@ typedef struct afl_state {
|
||||
disable_trim, /* Never trim in fuzz_one */
|
||||
shmem_testcase_mode, /* If sharedmem testcases are used */
|
||||
expand_havoc, /* perform expensive havoc after no find */
|
||||
cycle_schedules; /* cycle power schedules ? */
|
||||
cycle_schedules; /* cycle power schedules? */
|
||||
|
||||
u8 *virgin_bits, /* Regions yet untouched by fuzzing */
|
||||
*virgin_tmout, /* Bits we haven't seen in tmouts */
|
||||
@ -657,7 +657,7 @@ typedef struct afl_state {
|
||||
* they do not call another function */
|
||||
u8 *map_tmp_buf;
|
||||
|
||||
/* queue entries ready for splicing count (len > 1) */
|
||||
/* queue entries ready for splicing count (len > 4) */
|
||||
u32 ready_for_splicing_count;
|
||||
|
||||
} afl_state_t;
|
||||
|
@ -136,7 +136,7 @@
|
||||
two cycles where smaller blocks are favored: */
|
||||
|
||||
#define HAVOC_BLK_SMALL 32
|
||||
#define HAVOC_BLK_MEDIUM 128
|
||||
#define HAVOC_BLK_MEDIUM 128
|
||||
#define HAVOC_BLK_LARGE 1500
|
||||
|
||||
/* Extra-large blocks, selected very rarely (<5% of the time): */
|
||||
|
Reference in New Issue
Block a user