diff options
| author | Andrea Fioraldi <andreafioraldi@gmail.com> | 2021-02-19 15:03:22 +0100 |
|---|---|---|
| committer | Andrea Fioraldi <andreafioraldi@gmail.com> | 2021-02-19 15:03:22 +0100 |
| commit | a5cb522f018549aa21861249411245e37dc79513 (patch) | |
| tree | 5d5d0df5b3f4edfe141550325a45ed8ce5eef867 /custom_mutators/honggfuzz/honggfuzz.h | |
| parent | 3195119dada6cfb35b52bd2a4d8bc5fe9f5d560d (diff) | |
| parent | d6fe6b953758de193815ebcdd3d9ce825e3ffd27 (diff) | |
| download | afl++-a5cb522f018549aa21861249411245e37dc79513.tar.gz | |
Merge branch 'dev' of github.com:AFLplusplus/AFLplusplus into dev
Diffstat (limited to 'custom_mutators/honggfuzz/honggfuzz.h')
| -rw-r--r-- | custom_mutators/honggfuzz/honggfuzz.h | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/custom_mutators/honggfuzz/honggfuzz.h b/custom_mutators/honggfuzz/honggfuzz.h index 9d07fdf4..eb6a3f11 100644 --- a/custom_mutators/honggfuzz/honggfuzz.h +++ b/custom_mutators/honggfuzz/honggfuzz.h @@ -208,6 +208,7 @@ typedef struct { const char* crashDir; const char* covDirNew; bool saveUnique; + bool saveSmaller; size_t dynfileqMaxSz; size_t dynfileqCnt; dynfile_t* dynfileqCurrent; @@ -279,9 +280,9 @@ typedef struct { cmpfeedback_t* cmpFeedbackMap; int cmpFeedbackFd; bool cmpFeedback; - const char* blacklistFile; - uint64_t* blacklist; - size_t blacklistCnt; + const char* blocklistFile; + uint64_t* blocklist; + size_t blocklistCnt; bool skipFeedbackOnTimeout; uint64_t maxCov[4]; dynFileMethod_t dynFileMethod; |
