diff options
| author | Andrea Fioraldi <andreafioraldi@gmail.com> | 2020-01-30 22:54:23 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-01-30 22:54:23 +0100 |
| commit | 19ebdf31b999223e4965f701077f9af9d550e386 (patch) | |
| tree | 9c6d27d58d0606d59725ef46766eb1961e908d31 /include/config.h | |
| parent | b050c1158398dd07e25a6cd65234da84e5656fa6 (diff) | |
| parent | 6e9fce1c2d654c92dbf8e6b8cc21a88d8cba9496 (diff) | |
| download | afl++-19ebdf31b999223e4965f701077f9af9d550e386.tar.gz | |
Merge pull request #178 from vanhauser-thc/CmpLog
Cmp log
Diffstat (limited to 'include/config.h')
| -rw-r--r-- | include/config.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/config.h b/include/config.h index 83fcb8f9..8b8924f5 100644 --- a/include/config.h +++ b/include/config.h @@ -365,6 +365,10 @@ #define AFL_QEMU_NOT_ZERO +/* AFL RedQueen */ + +#define CMPLOG_SHM_ENV_VAR "__AFL_CMPLOG_SHM_ID" + /* Uncomment this to use inferior block-coverage-based instrumentation. Note that you need to recompile the target binary for this to have any effect: */ |
