update honggfuzz custom mutator

This commit is contained in:
vanhauser-thc 2021-02-18 11:15:59 +01:00
parent 5dd35f5281
commit 89af2ef7a9
3 changed files with 551 additions and 677 deletions

View File

@ -0,0 +1,3 @@
#ifndef LOG_E
#define LOG_E LOG_F
#endif

View File

@ -208,6 +208,7 @@ typedef struct {
const char* crashDir; const char* crashDir;
const char* covDirNew; const char* covDirNew;
bool saveUnique; bool saveUnique;
bool saveSmaller;
size_t dynfileqMaxSz; size_t dynfileqMaxSz;
size_t dynfileqCnt; size_t dynfileqCnt;
dynfile_t* dynfileqCurrent; dynfile_t* dynfileqCurrent;
@ -279,9 +280,9 @@ typedef struct {
cmpfeedback_t* cmpFeedbackMap; cmpfeedback_t* cmpFeedbackMap;
int cmpFeedbackFd; int cmpFeedbackFd;
bool cmpFeedback; bool cmpFeedback;
const char* blacklistFile; const char* blocklistFile;
uint64_t* blacklist; uint64_t* blocklist;
size_t blacklistCnt; size_t blocklistCnt;
bool skipFeedbackOnTimeout; bool skipFeedbackOnTimeout;
uint64_t maxCov[4]; uint64_t maxCov[4];
dynFileMethod_t dynFileMethod; dynFileMethod_t dynFileMethod;

File diff suppressed because it is too large Load Diff