summaryrefslogtreecommitdiff
path: root/honggfuzz.h
diff options
context:
space:
mode:
authorarnow117 <arnow117@163.com>2019-04-09 05:14:11 +0800
committerarnow117 <arnow117@163.com>2019-04-09 05:14:11 +0800
commitc7566f6a86ec3197dc9fadd099708b9aa950838b (patch)
treedfd5e57434a8e6ebf4da2c397c0233b2b0d2328b /honggfuzz.h
parent868dccfed95dcbbaf7840683c4e9ca466be7bb9c (diff)
downloadhonggfuzz-c7566f6a86ec3197dc9fadd099708b9aa950838b.tar.gz
add support for external command mutating files which have effective coverage feedback
Diffstat (limited to 'honggfuzz.h')
-rw-r--r--honggfuzz.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/honggfuzz.h b/honggfuzz.h
index 5847c036..8be9b283 100644
--- a/honggfuzz.h
+++ b/honggfuzz.h
@@ -207,6 +207,7 @@ typedef struct {
bool fuzzStdin;
const char* externalCommand;
const char* postExternalCommand;
+ const char* feedbackMutateCommand;
bool netDriver;
bool persistent;
uint64_t asLimit;