aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrea Fioraldi <andreafioraldi@gmail.com>2020-01-06 11:46:14 +0100
committerAndrea Fioraldi <andreafioraldi@gmail.com>2020-01-06 11:46:14 +0100
commit67cbeeb395c7e0aa8820e79c92f5e8e1322f8be0 (patch)
tree9cd9ac417014db8e2a03ed1b332c3653c945edd2
parent58c7a0f8fe1ae5a31a46ea215f678a3a27fc4537 (diff)
downloadafl++-67cbeeb395c7e0aa8820e79c92f5e8e1322f8be0.tar.gz
added ++ to copyright notes
-rw-r--r--Makefile2
-rwxr-xr-xafl-cmin2
-rwxr-xr-xafl-plot2
-rwxr-xr-xafl-whatsup2
-rw-r--r--experimental/argv_fuzzing/Makefile2
-rw-r--r--experimental/argv_fuzzing/argv-fuzz-inl.h2
-rw-r--r--experimental/argv_fuzzing/argvfuzz.c2
-rwxr-xr-xexperimental/asan_cgroups/limit_memory.sh2
-rw-r--r--experimental/canvas_harness/canvas_harness.html2
-rwxr-xr-xexperimental/clang_asm_normalize/as2
-rwxr-xr-xexperimental/crash_triage/triage_crashes.sh2
-rwxr-xr-xexperimental/distributed_fuzzing/sync_script.sh2
-rw-r--r--experimental/persistent_demo/persistent_demo.c2
-rw-r--r--experimental/post_library/post_library.so.c2
-rw-r--r--experimental/post_library/post_library_png.so.c2
-rw-r--r--gcc_plugin/Makefile2
-rw-r--r--gcc_plugin/afl-gcc-fast.c2
-rw-r--r--gcc_plugin/afl-gcc-pass.so.cc2
-rw-r--r--gcc_plugin/afl-gcc-rt.o.c2
-rw-r--r--libdislocator/Makefile2
-rw-r--r--libdislocator/libdislocator.so.c2
-rw-r--r--libtokencap/Makefile2
-rw-r--r--libtokencap/libtokencap.so.c2
-rw-r--r--llvm_mode/Makefile2
-rw-r--r--llvm_mode/afl-clang-fast.c3
-rw-r--r--llvm_mode/afl-llvm-pass.so.cc3
-rw-r--r--llvm_mode/afl-llvm-rt.o.c3
-rwxr-xr-xqemu_mode/build_qemu_support.sh2
-rw-r--r--qemu_mode/libcompcov/Makefile2
-rw-r--r--qemu_mode/unsigaction/Makefile2
-rw-r--r--src/afl-fuzz.c2
-rw-r--r--src/afl-gotcpu.c2
-rw-r--r--test-instr.c2
33 files changed, 36 insertions, 33 deletions
diff --git a/Makefile b/Makefile
index 1bfa3f77..61d4318c 100644
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,5 @@
#
-# american fuzzy lop - makefile
+# american fuzzy lop++ - makefile
# -----------------------------
#
# Written by Michal Zalewski
diff --git a/afl-cmin b/afl-cmin
index e4e0fd85..471e4790 100755
--- a/afl-cmin
+++ b/afl-cmin
@@ -1,6 +1,6 @@
#!/usr/bin/env bash
#
-# american fuzzy lop - corpus minimization tool
+# american fuzzy lop++ - corpus minimization tool
# ---------------------------------------------
#
# Written by Michal Zalewski
diff --git a/afl-plot b/afl-plot
index b6108a09..51ed6787 100755
--- a/afl-plot
+++ b/afl-plot
@@ -1,6 +1,6 @@
#!/bin/sh
#
-# american fuzzy lop - Advanced Persistent Graphing
+# american fuzzy lop++ - Advanced Persistent Graphing
# -------------------------------------------------
#
# Written by Michal Zalewski
diff --git a/afl-whatsup b/afl-whatsup
index 01f28aab..c31f0d22 100755
--- a/afl-whatsup
+++ b/afl-whatsup
@@ -1,6 +1,6 @@
#!/bin/sh
#
-# american fuzzy lop - status check tool
+# american fuzzy lop++ - status check tool
# --------------------------------------
#
# Written by Michal Zalewski
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
diff --git a/gcc_plugin/Makefile b/gcc_plugin/Makefile
index c7d9796b..13857eb5 100644
--- a/gcc_plugin/Makefile
+++ b/gcc_plugin/Makefile
@@ -1,5 +1,5 @@
#
-# american fuzzy lop - GCC plugin instrumentation
+# american fuzzy lop++ - GCC plugin instrumentation
# -----------------------------------------------
#
# Written by Austin Seipp <aseipp@pobox.com> and
diff --git a/gcc_plugin/afl-gcc-fast.c b/gcc_plugin/afl-gcc-fast.c
index 9536bdf6..3117ccf0 100644
--- a/gcc_plugin/afl-gcc-fast.c
+++ b/gcc_plugin/afl-gcc-fast.c
@@ -1,5 +1,5 @@
/*
- american fuzzy lop - GCC wrapper for GCC plugin
+ american fuzzy lop++ - GCC wrapper for GCC plugin
------------------------------------------------
Written by Austin Seipp <aseipp@pobox.com> and
diff --git a/gcc_plugin/afl-gcc-pass.so.cc b/gcc_plugin/afl-gcc-pass.so.cc
index ab7daebb..f46579a3 100644
--- a/gcc_plugin/afl-gcc-pass.so.cc
+++ b/gcc_plugin/afl-gcc-pass.so.cc
@@ -8,7 +8,7 @@
//
/*
- american fuzzy lop - GCC instrumentation pass
+ american fuzzy lop++ - GCC instrumentation pass
---------------------------------------------
Written by Austin Seipp <aseipp@pobox.com> with bits from
diff --git a/gcc_plugin/afl-gcc-rt.o.c b/gcc_plugin/afl-gcc-rt.o.c
index 37cdbeb3..1831f935 100644
--- a/gcc_plugin/afl-gcc-rt.o.c
+++ b/gcc_plugin/afl-gcc-rt.o.c
@@ -1,5 +1,5 @@
/*
- american fuzzy lop - GCC plugin instrumentation bootstrap
+ american fuzzy lop++ - GCC plugin instrumentation bootstrap
---------------------------------------------------------
Written by Austin Seipp <aseipp@pobox.com> and
diff --git a/libdislocator/Makefile b/libdislocator/Makefile
index dae187e5..dd52b31d 100644
--- a/libdislocator/Makefile
+++ b/libdislocator/Makefile
@@ -1,5 +1,5 @@
#
-# american fuzzy lop - libdislocator
+# american fuzzy lop++ - libdislocator
# ----------------------------------
#
# Written by Michal Zalewski
diff --git a/libdislocator/libdislocator.so.c b/libdislocator/libdislocator.so.c
index 0eb3f628..8178b130 100644
--- a/libdislocator/libdislocator.so.c
+++ b/libdislocator/libdislocator.so.c
@@ -1,6 +1,6 @@
/*
- american fuzzy lop - dislocator, an abusive allocator
+ american fuzzy lop++ - dislocator, an abusive allocator
-----------------------------------------------------
Written by Michal Zalewski
diff --git a/libtokencap/Makefile b/libtokencap/Makefile
index 3ecbf471..df594e8e 100644
--- a/libtokencap/Makefile
+++ b/libtokencap/Makefile
@@ -1,5 +1,5 @@
#
-# american fuzzy lop - libtokencap
+# american fuzzy lop++ - libtokencap
# --------------------------------
#
# Written by Michal Zalewski
diff --git a/libtokencap/libtokencap.so.c b/libtokencap/libtokencap.so.c
index 647b85bc..d67e4e16 100644
--- a/libtokencap/libtokencap.so.c
+++ b/libtokencap/libtokencap.so.c
@@ -1,6 +1,6 @@
/*
- american fuzzy lop - extract tokens passed to strcmp / memcmp
+ american fuzzy lop++ - extract tokens passed to strcmp / memcmp
-------------------------------------------------------------
Written by Michal Zalewski
diff --git a/llvm_mode/Makefile b/llvm_mode/Makefile
index 5a836a0e..ce0faf9b 100644
--- a/llvm_mode/Makefile
+++ b/llvm_mode/Makefile
@@ -1,5 +1,5 @@
#
-# american fuzzy lop - LLVM instrumentation
+# american fuzzy lop++ - LLVM instrumentation
# -----------------------------------------
#
# Written by Laszlo Szekeres <lszekeres@google.com> and
diff --git a/llvm_mode/afl-clang-fast.c b/llvm_mode/afl-clang-fast.c
index fe91a01b..ef98bf25 100644
--- a/llvm_mode/afl-clang-fast.c
+++ b/llvm_mode/afl-clang-fast.c
@@ -1,5 +1,5 @@
/*
- american fuzzy lop - LLVM-mode wrapper for clang
+ american fuzzy lop++ - LLVM-mode wrapper for clang
------------------------------------------------
Written by Laszlo Szekeres <lszekeres@google.com> and
@@ -8,6 +8,7 @@
LLVM integration design comes from Laszlo Szekeres.
Copyright 2015, 2016 Google Inc. All rights reserved.
+ Copyright 2019 AFLplusplus Project. All rights reserved.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
diff --git a/llvm_mode/afl-llvm-pass.so.cc b/llvm_mode/afl-llvm-pass.so.cc
index 1601a4f8..9dfe13c0 100644
--- a/llvm_mode/afl-llvm-pass.so.cc
+++ b/llvm_mode/afl-llvm-pass.so.cc
@@ -1,5 +1,5 @@
/*
- american fuzzy lop - LLVM-mode instrumentation pass
+ american fuzzy lop++ - LLVM-mode instrumentation pass
---------------------------------------------------
Written by Laszlo Szekeres <lszekeres@google.com> and
@@ -9,6 +9,7 @@
from afl-as.c are Michal's fault.
Copyright 2015, 2016 Google Inc. All rights reserved.
+ Copyright 2019 AFLplusplus Project. All rights reserved.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
diff --git a/llvm_mode/afl-llvm-rt.o.c b/llvm_mode/afl-llvm-rt.o.c
index 5740fe42..b82ebd15 100644
--- a/llvm_mode/afl-llvm-rt.o.c
+++ b/llvm_mode/afl-llvm-rt.o.c
@@ -1,5 +1,5 @@
/*
- american fuzzy lop - LLVM instrumentation bootstrap
+ american fuzzy lop++ - LLVM instrumentation bootstrap
---------------------------------------------------
Written by Laszlo Szekeres <lszekeres@google.com> and
@@ -8,6 +8,7 @@
LLVM integration design comes from Laszlo Szekeres.
Copyright 2015, 2016 Google Inc. All rights reserved.
+ Copyright 2019 AFLplusplus Project. All rights reserved.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
diff --git a/qemu_mode/build_qemu_support.sh b/qemu_mode/build_qemu_support.sh
index 0a9905a7..94a87db5 100755
--- a/qemu_mode/build_qemu_support.sh
+++ b/qemu_mode/build_qemu_support.sh
@@ -1,6 +1,6 @@
#!/bin/sh
#
-# american fuzzy lop - QEMU build script
+# american fuzzy lop++ - QEMU build script
# --------------------------------------
#
# Originally written by Andrew Griffiths <agriffiths@google.com> and
diff --git a/qemu_mode/libcompcov/Makefile b/qemu_mode/libcompcov/Makefile
index e827cbd8..6fd94f52 100644
--- a/qemu_mode/libcompcov/Makefile
+++ b/qemu_mode/libcompcov/Makefile
@@ -1,5 +1,5 @@
#
-# american fuzzy lop - libcompcov
+# american fuzzy lop++ - libcompcov
# --------------------------------
#
# Written by Andrea Fioraldi <andreafioraldi@gmail.com>
diff --git a/qemu_mode/unsigaction/Makefile b/qemu_mode/unsigaction/Makefile
index 5e9e2207..7ea57b52 100644
--- a/qemu_mode/unsigaction/Makefile
+++ b/qemu_mode/unsigaction/Makefile
@@ -1,5 +1,5 @@
#
-# american fuzzy lop - unsigaction
+# american fuzzy lop++ - unsigaction
# --------------------------------
#
# Written by Andrea Fioraldi <andreafioraldi@gmail.com>
diff --git a/src/afl-fuzz.c b/src/afl-fuzz.c
index ebc11f01..59892559 100644
--- a/src/afl-fuzz.c
+++ b/src/afl-fuzz.c
@@ -1,5 +1,5 @@
/*
- american fuzzy lop - fuzzer code
+ american fuzzy lop++ - fuzzer code
--------------------------------
Originally written by Michal Zalewski
diff --git a/src/afl-gotcpu.c b/src/afl-gotcpu.c
index 0f53fbd6..da574ed8 100644
--- a/src/afl-gotcpu.c
+++ b/src/afl-gotcpu.c
@@ -1,5 +1,5 @@
/*
- american fuzzy lop - free CPU gizmo
+ american fuzzy lop++ - free CPU gizmo
-----------------------------------
Originally written by Michal Zalewski
diff --git a/test-instr.c b/test-instr.c
index 161bdb8e..eaa71440 100644
--- a/test-instr.c
+++ b/test-instr.c
@@ -1,5 +1,5 @@
/*
- american fuzzy lop - a trivial program to test the build
+ american fuzzy lop++ - a trivial program to test the build
--------------------------------------------------------
Written by Michal Zalewski