diff options
author | vanhauser-thc <vh@thc.org> | 2023-12-27 13:53:11 +0100 |
---|---|---|
committer | vanhauser-thc <vh@thc.org> | 2023-12-27 13:53:11 +0100 |
commit | 1fc1b32db261b27cf14f0d1d7f77a06854b7376c (patch) | |
tree | 1b5e241dc505bb251a2603e5072d0a22df0bdf1d /include/envs.h | |
parent | b01ef97569060bb9f7451d1c2c301b5e774b8358 (diff) | |
download | afl++-1fc1b32db261b27cf14f0d1d7f77a06854b7376c.tar.gz |
initial simple injection detection support
Diffstat (limited to 'include/envs.h')
-rw-r--r-- | include/envs.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/envs.h b/include/envs.h index 560092d9..75b2e13d 100644 --- a/include/envs.h +++ b/include/envs.h @@ -151,6 +151,10 @@ static char *afl_environment_variables[] = { "AFL_LLVM_LTO_AUTODICTIONARY", "AFL_LLVM_AUTODICTIONARY", "AFL_LLVM_SKIPSINGLEBLOCK", + "AFL_LLVM_INJECTIONS_ALL", + "AFL_LLVM_INJECTIONS_SQL", + "AFL_LLVM_INJECTIONS_LDAP", + "AFL_LLVM_INJECTIONS_XSS", "AFL_LLVM_INSTRIM_SKIPSINGLEBLOCK", "AFL_LLVM_LAF_SPLIT_COMPARES", "AFL_LLVM_LAF_SPLIT_COMPARES_BITW", |