mirror of
https://github.com/AFLplusplus/AFLplusplus.git
synced 2025-06-11 01:31:37 +00:00
Merge branch 'dev' of https://github.com/AFLplusplus/AFLplusplus into dev
This commit is contained in:
commit
c0f9fba6d6
@ -0,0 +1,3 @@
|
|||||||
|
#ifndef LOG_E
|
||||||
|
#define LOG_E LOG_F
|
||||||
|
#endif
|
@ -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
Loading…
x
Reference in New Issue
Block a user