diff options
author | Andrea Fioraldi <andreafioraldi@gmail.com> | 2019-08-30 01:27:08 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-08-30 01:27:08 +0200 |
commit | f677427f681b0297ce7d9ed4967380a09e59e363 (patch) | |
tree | 8521adae2d253807dd6799138425763dd6d30a41 /config.h | |
parent | 10df5ad0ac3dcff705f6932487fecbdaf690e1f0 (diff) | |
parent | 132ad08885f95abfdcbafdf1fa33b3f12ac59538 (diff) | |
download | afl++-f677427f681b0297ce7d9ed4967380a09e59e363.tar.gz |
Merge pull request #50 from vanhauser-thc/uc_compcov
Unicorn CompareCoverage + Neverzero counters
Diffstat (limited to 'config.h')
-rw-r--r-- | config.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/config.h b/config.h index 37a2a794..29c33d46 100644 --- a/config.h +++ b/config.h @@ -339,6 +339,10 @@ #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: */ |