aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorvan Hauser <vh@thc.org>2019-09-02 09:41:52 +0200
committervan Hauser <vh@thc.org>2019-09-02 09:41:52 +0200
commite76ad2980faff269a9ac523cb71237462985b3e6 (patch)
treef29bd9881edcd74ecb512b8969d79913dfe052df /include
parentaf5fd8c819617f8232e9a78e6d41fa65ea2d7235 (diff)
downloadAFLplusplus-e76ad2980faff269a9ac523cb71237462985b3e6.tar.gz
added force-ui env
Diffstat (limited to 'include')
-rw-r--r--include/config.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/include/config.h b/include/config.h
index 324435b3..17836151 100644
--- a/include/config.h
+++ b/include/config.h
@@ -345,6 +345,11 @@
#define CTEST_CORE_TRG_MS 1000
#define CTEST_BUSY_CYCLES (10 * 1000 * 1000)
+/* Enable NeverZero counters in QEMU mode */
+
+#define AFL_QEMU_NOT_ZERO
+
+
/* Uncomment this to use inferior block-coverage-based instrumentation. Note
that you need to recompile the target binary for this to have any effect: */