diff options
author | vanhauser-thc <vh@thc.org> | 2023-12-30 10:49:00 +0100 |
---|---|---|
committer | vanhauser-thc <vh@thc.org> | 2023-12-30 10:49:00 +0100 |
commit | 1eb54c4c3eb4ab4bc12f7f1f80f5ece15b238ef0 (patch) | |
tree | 5fd6f5afa5aa3717ca88ccfe48f0106daae9b7b7 /include | |
parent | 98a2a334de15ed08d82c76bfa97d1f22c81f9a7d (diff) | |
download | afl++-1eb54c4c3eb4ab4bc12f7f1f80f5ece15b238ef0.tar.gz |
finish injection implementation
Diffstat (limited to 'include')
-rw-r--r-- | include/envs.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/envs.h b/include/envs.h index 75b2e13d..aa5c658e 100644 --- a/include/envs.h +++ b/include/envs.h @@ -151,6 +151,7 @@ static char *afl_environment_variables[] = { "AFL_LLVM_LTO_AUTODICTIONARY", "AFL_LLVM_AUTODICTIONARY", "AFL_LLVM_SKIPSINGLEBLOCK", + // Marker: ADD_TO_INJECTIONS "AFL_LLVM_INJECTIONS_ALL", "AFL_LLVM_INJECTIONS_SQL", "AFL_LLVM_INJECTIONS_LDAP", |