added ++ to copyright notes

This commit is contained in:
Andrea Fioraldi
2020-01-06 11:46:14 +01:00
parent 58c7a0f8fe
commit 67cbeeb395
33 changed files with 36 additions and 33 deletions

View File

@ -1,5 +1,5 @@
# #
# american fuzzy lop - makefile # american fuzzy lop++ - makefile
# ----------------------------- # -----------------------------
# #
# Written by Michal Zalewski # Written by Michal Zalewski

View File

@ -1,6 +1,6 @@
#!/usr/bin/env bash #!/usr/bin/env bash
# #
# american fuzzy lop - corpus minimization tool # american fuzzy lop++ - corpus minimization tool
# --------------------------------------------- # ---------------------------------------------
# #
# Written by Michal Zalewski # Written by Michal Zalewski

View File

@ -1,6 +1,6 @@
#!/bin/sh #!/bin/sh
# #
# american fuzzy lop - Advanced Persistent Graphing # american fuzzy lop++ - Advanced Persistent Graphing
# ------------------------------------------------- # -------------------------------------------------
# #
# Written by Michal Zalewski # Written by Michal Zalewski

View File

@ -1,6 +1,6 @@
#!/bin/sh #!/bin/sh
# #
# american fuzzy lop - status check tool # american fuzzy lop++ - status check tool
# -------------------------------------- # --------------------------------------
# #
# Written by Michal Zalewski # Written by Michal Zalewski

View File

@ -1,5 +1,5 @@
# #
# american fuzzy lop - argvfuzz # american fuzzy lop++ - argvfuzz
# -------------------------------- # --------------------------------
# #
# Copyright 2019 Kjell Braden <afflux@pentabarf.de> # Copyright 2019 Kjell Braden <afflux@pentabarf.de>

View File

@ -1,5 +1,5 @@
/* /*
american fuzzy lop - sample argv fuzzing wrapper american fuzzy lop++ - sample argv fuzzing wrapper
------------------------------------------------ ------------------------------------------------
Written by Michal Zalewski Written by Michal Zalewski

View File

@ -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> Copyright 2019 Kjell Braden <afflux@pentabarf.de>

View File

@ -1,6 +1,6 @@
#!/usr/bin/env bash #!/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 # Written by Samir Khakimov <samir.hakim@nyu.edu> and

View File

@ -1,7 +1,7 @@
<html> <html>
<!-- <!--
american fuzzy lop - <canvas> harness american fuzzy lop++ - <canvas> harness
------------------------------------- -------------------------------------
Written by Michal Zalewski Written by Michal Zalewski

View File

@ -1,6 +1,6 @@
#!/bin/sh #!/bin/sh
# #
# american fuzzy lop - clang assembly normalizer # american fuzzy lop++ - clang assembly normalizer
# ---------------------------------------------- # ----------------------------------------------
# #
# Written by Michal Zalewski # Written by Michal Zalewski

View File

@ -1,6 +1,6 @@
#!/bin/sh #!/bin/sh
# #
# american fuzzy lop - crash triage utility # american fuzzy lop++ - crash triage utility
# ----------------------------------------- # -----------------------------------------
# #
# Written by Michal Zalewski # Written by Michal Zalewski

View File

@ -1,6 +1,6 @@
#!/bin/sh #!/bin/sh
# #
# american fuzzy lop - fuzzer synchronization tool # american fuzzy lop++ - fuzzer synchronization tool
# ------------------------------------------------ # ------------------------------------------------
# #
# Written by Michal Zalewski # Written by Michal Zalewski

View File

@ -1,5 +1,5 @@
/* /*
american fuzzy lop - persistent mode example american fuzzy lop++ - persistent mode example
-------------------------------------------- --------------------------------------------
Written by Michal Zalewski Written by Michal Zalewski

View File

@ -1,5 +1,5 @@
/* /*
american fuzzy lop - postprocessor library example american fuzzy lop++ - postprocessor library example
-------------------------------------------------- --------------------------------------------------
Written by Michal Zalewski Written by Michal Zalewski

View File

@ -1,5 +1,5 @@
/* /*
american fuzzy lop - postprocessor for PNG american fuzzy lop++ - postprocessor for PNG
------------------------------------------ ------------------------------------------
Written by Michal Zalewski Written by Michal Zalewski

View File

@ -1,5 +1,5 @@
# #
# american fuzzy lop - GCC plugin instrumentation # american fuzzy lop++ - GCC plugin instrumentation
# ----------------------------------------------- # -----------------------------------------------
# #
# Written by Austin Seipp <aseipp@pobox.com> and # Written by Austin Seipp <aseipp@pobox.com> and

View File

@ -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 Written by Austin Seipp <aseipp@pobox.com> and

View File

@ -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 Written by Austin Seipp <aseipp@pobox.com> with bits from

View File

@ -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 Written by Austin Seipp <aseipp@pobox.com> and

View File

@ -1,5 +1,5 @@
# #
# american fuzzy lop - libdislocator # american fuzzy lop++ - libdislocator
# ---------------------------------- # ----------------------------------
# #
# Written by Michal Zalewski # Written by Michal Zalewski

View File

@ -1,6 +1,6 @@
/* /*
american fuzzy lop - dislocator, an abusive allocator american fuzzy lop++ - dislocator, an abusive allocator
----------------------------------------------------- -----------------------------------------------------
Written by Michal Zalewski Written by Michal Zalewski

View File

@ -1,5 +1,5 @@
# #
# american fuzzy lop - libtokencap # american fuzzy lop++ - libtokencap
# -------------------------------- # --------------------------------
# #
# Written by Michal Zalewski # Written by Michal Zalewski

View File

@ -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 Written by Michal Zalewski

View File

@ -1,5 +1,5 @@
# #
# american fuzzy lop - LLVM instrumentation # american fuzzy lop++ - LLVM instrumentation
# ----------------------------------------- # -----------------------------------------
# #
# Written by Laszlo Szekeres <lszekeres@google.com> and # Written by Laszlo Szekeres <lszekeres@google.com> and

View File

@ -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 Written by Laszlo Szekeres <lszekeres@google.com> and
@ -8,6 +8,7 @@
LLVM integration design comes from Laszlo Szekeres. LLVM integration design comes from Laszlo Szekeres.
Copyright 2015, 2016 Google Inc. All rights reserved. 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"); Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License. you may not use this file except in compliance with the License.

View File

@ -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 Written by Laszlo Szekeres <lszekeres@google.com> and
@ -9,6 +9,7 @@
from afl-as.c are Michal's fault. from afl-as.c are Michal's fault.
Copyright 2015, 2016 Google Inc. All rights reserved. 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"); Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License. you may not use this file except in compliance with the License.

View File

@ -1,5 +1,5 @@
/* /*
american fuzzy lop - LLVM instrumentation bootstrap american fuzzy lop++ - LLVM instrumentation bootstrap
--------------------------------------------------- ---------------------------------------------------
Written by Laszlo Szekeres <lszekeres@google.com> and Written by Laszlo Szekeres <lszekeres@google.com> and
@ -8,6 +8,7 @@
LLVM integration design comes from Laszlo Szekeres. LLVM integration design comes from Laszlo Szekeres.
Copyright 2015, 2016 Google Inc. All rights reserved. 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"); Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License. you may not use this file except in compliance with the License.

View File

@ -1,6 +1,6 @@
#!/bin/sh #!/bin/sh
# #
# american fuzzy lop - QEMU build script # american fuzzy lop++ - QEMU build script
# -------------------------------------- # --------------------------------------
# #
# Originally written by Andrew Griffiths <agriffiths@google.com> and # Originally written by Andrew Griffiths <agriffiths@google.com> and

View File

@ -1,5 +1,5 @@
# #
# american fuzzy lop - libcompcov # american fuzzy lop++ - libcompcov
# -------------------------------- # --------------------------------
# #
# Written by Andrea Fioraldi <andreafioraldi@gmail.com> # Written by Andrea Fioraldi <andreafioraldi@gmail.com>

View File

@ -1,5 +1,5 @@
# #
# american fuzzy lop - unsigaction # american fuzzy lop++ - unsigaction
# -------------------------------- # --------------------------------
# #
# Written by Andrea Fioraldi <andreafioraldi@gmail.com> # Written by Andrea Fioraldi <andreafioraldi@gmail.com>

View File

@ -1,5 +1,5 @@
/* /*
american fuzzy lop - fuzzer code american fuzzy lop++ - fuzzer code
-------------------------------- --------------------------------
Originally written by Michal Zalewski Originally written by Michal Zalewski

View File

@ -1,5 +1,5 @@
/* /*
american fuzzy lop - free CPU gizmo american fuzzy lop++ - free CPU gizmo
----------------------------------- -----------------------------------
Originally written by Michal Zalewski Originally written by Michal Zalewski

View File

@ -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 Written by Michal Zalewski