about summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
authorvanhauser-thc <vh@thc.org>2023-12-27 13:58:25 +0100
committervanhauser-thc <vh@thc.org>2023-12-27 13:58:25 +0100
commit98a2a334de15ed08d82c76bfa97d1f22c81f9a7d (patch)
tree82a98ec89d1f6f1b7bfd3af6f4de11780ce4058a /src
parent1fc1b32db261b27cf14f0d1d7f77a06854b7376c (diff)
downloadafl++-98a2a334de15ed08d82c76bfa97d1f22c81f9a7d.tar.gz
inject docs
Diffstat (limited to 'src')
-rw-r--r--src/afl-cc.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/afl-cc.c b/src/afl-cc.c
index a46facc7..54c733c9 100644
--- a/src/afl-cc.c
+++ b/src/afl-cc.c
@@ -2295,6 +2295,10 @@ int main(int argc, char **argv, char **envp) {
             "comparisons\n"
             "  AFL_LLVM_DICT2FILE_NO_MAIN: skip parsing main() for the "
             "dictionary\n"
+            "  AFL_LLVM_INJECTIONS_ALL: enables all injections hooking\n"
+            "  AFL_LLVM_INJECTIONS_SQL: enables SQL injections hooking\n"
+            "  AFL_LLVM_INJECTIONS_LDAP: enables LDAP injections hooking\n"
+            "  AFL_LLVM_INJECTIONS_XSS: enables XSS injections hooking\n"
             "  AFL_LLVM_LAF_ALL: enables all LAF splits/transforms\n"
             "  AFL_LLVM_LAF_SPLIT_COMPARES: enable cascaded comparisons\n"
             "  AFL_LLVM_LAF_SPLIT_COMPARES_BITW: size limit (default 8)\n"