diff options
Diffstat (limited to 'experimental')
-rw-r--r-- | experimental/argv_fuzzing/Makefile | 2 | ||||
-rw-r--r-- | experimental/argv_fuzzing/argv-fuzz-inl.h | 2 | ||||
-rw-r--r-- | experimental/argv_fuzzing/argvfuzz.c | 2 | ||||
-rwxr-xr-x | experimental/asan_cgroups/limit_memory.sh | 2 | ||||
-rw-r--r-- | experimental/canvas_harness/canvas_harness.html | 2 | ||||
-rwxr-xr-x | experimental/clang_asm_normalize/as | 2 | ||||
-rwxr-xr-x | experimental/crash_triage/triage_crashes.sh | 2 | ||||
-rwxr-xr-x | experimental/distributed_fuzzing/sync_script.sh | 2 | ||||
-rw-r--r-- | experimental/persistent_demo/persistent_demo.c | 2 | ||||
-rw-r--r-- | experimental/post_library/post_library.so.c | 2 | ||||
-rw-r--r-- | experimental/post_library/post_library_png.so.c | 2 |
11 files changed, 11 insertions, 11 deletions
diff --git a/experimental/argv_fuzzing/Makefile b/experimental/argv_fuzzing/Makefile index 25b6f1f6..22e74f97 100644 --- a/experimental/argv_fuzzing/Makefile +++ b/experimental/argv_fuzzing/Makefile @@ -1,5 +1,5 @@ # -# american fuzzy lop - argvfuzz +# american fuzzy lop++ - argvfuzz # -------------------------------- # # Copyright 2019 Kjell Braden <afflux@pentabarf.de> diff --git a/experimental/argv_fuzzing/argv-fuzz-inl.h b/experimental/argv_fuzzing/argv-fuzz-inl.h index 6b9be654..32c4bb3a 100644 --- a/experimental/argv_fuzzing/argv-fuzz-inl.h +++ b/experimental/argv_fuzzing/argv-fuzz-inl.h @@ -1,5 +1,5 @@ /* - american fuzzy lop - sample argv fuzzing wrapper + american fuzzy lop++ - sample argv fuzzing wrapper ------------------------------------------------ Written by Michal Zalewski diff --git a/experimental/argv_fuzzing/argvfuzz.c b/experimental/argv_fuzzing/argvfuzz.c index 65fb5e13..939bd540 100644 --- a/experimental/argv_fuzzing/argvfuzz.c +++ b/experimental/argv_fuzzing/argvfuzz.c @@ -1,5 +1,5 @@ /* - american fuzzy lop - LD_PRELOAD for fuzzing argv in binaries + american fuzzy lop++ - LD_PRELOAD for fuzzing argv in binaries ------------------------------------------------------------ Copyright 2019 Kjell Braden <afflux@pentabarf.de> diff --git a/experimental/asan_cgroups/limit_memory.sh b/experimental/asan_cgroups/limit_memory.sh index 97950410..ac3a90fe 100755 --- a/experimental/asan_cgroups/limit_memory.sh +++ b/experimental/asan_cgroups/limit_memory.sh @@ -1,6 +1,6 @@ #!/usr/bin/env bash # -# american fuzzy lop - limit memory using cgroups +# american fuzzy lop++ - limit memory using cgroups # ----------------------------------------------- # # Written by Samir Khakimov <samir.hakim@nyu.edu> and diff --git a/experimental/canvas_harness/canvas_harness.html b/experimental/canvas_harness/canvas_harness.html index 7b31d8b4..54583f70 100644 --- a/experimental/canvas_harness/canvas_harness.html +++ b/experimental/canvas_harness/canvas_harness.html @@ -1,7 +1,7 @@ <html> <!-- - american fuzzy lop - <canvas> harness + american fuzzy lop++ - <canvas> harness ------------------------------------- Written by Michal Zalewski diff --git a/experimental/clang_asm_normalize/as b/experimental/clang_asm_normalize/as index bd83c4ff..ecbc8f24 100755 --- a/experimental/clang_asm_normalize/as +++ b/experimental/clang_asm_normalize/as @@ -1,6 +1,6 @@ #!/bin/sh # -# american fuzzy lop - clang assembly normalizer +# american fuzzy lop++ - clang assembly normalizer # ---------------------------------------------- # # Written by Michal Zalewski diff --git a/experimental/crash_triage/triage_crashes.sh b/experimental/crash_triage/triage_crashes.sh index 205bc143..8e84c1eb 100755 --- a/experimental/crash_triage/triage_crashes.sh +++ b/experimental/crash_triage/triage_crashes.sh @@ -1,6 +1,6 @@ #!/bin/sh # -# american fuzzy lop - crash triage utility +# american fuzzy lop++ - crash triage utility # ----------------------------------------- # # Written by Michal Zalewski diff --git a/experimental/distributed_fuzzing/sync_script.sh b/experimental/distributed_fuzzing/sync_script.sh index 31b0e436..b300d7a2 100755 --- a/experimental/distributed_fuzzing/sync_script.sh +++ b/experimental/distributed_fuzzing/sync_script.sh @@ -1,6 +1,6 @@ #!/bin/sh # -# american fuzzy lop - fuzzer synchronization tool +# american fuzzy lop++ - fuzzer synchronization tool # ------------------------------------------------ # # Written by Michal Zalewski diff --git a/experimental/persistent_demo/persistent_demo.c b/experimental/persistent_demo/persistent_demo.c index d8d59905..ab0d879c 100644 --- a/experimental/persistent_demo/persistent_demo.c +++ b/experimental/persistent_demo/persistent_demo.c @@ -1,5 +1,5 @@ /* - american fuzzy lop - persistent mode example + american fuzzy lop++ - persistent mode example -------------------------------------------- Written by Michal Zalewski diff --git a/experimental/post_library/post_library.so.c b/experimental/post_library/post_library.so.c index 90d45e3f..acc5fa2c 100644 --- a/experimental/post_library/post_library.so.c +++ b/experimental/post_library/post_library.so.c @@ -1,5 +1,5 @@ /* - american fuzzy lop - postprocessor library example + american fuzzy lop++ - postprocessor library example -------------------------------------------------- Written by Michal Zalewski diff --git a/experimental/post_library/post_library_png.so.c b/experimental/post_library/post_library_png.so.c index 093c6022..4ab325e5 100644 --- a/experimental/post_library/post_library_png.so.c +++ b/experimental/post_library/post_library_png.so.c @@ -1,5 +1,5 @@ /* - american fuzzy lop - postprocessor for PNG + american fuzzy lop++ - postprocessor for PNG ------------------------------------------ Written by Michal Zalewski |