mirror of
https://github.com/AFLplusplus/AFLplusplus.git
synced 2025-06-14 11:08:06 +00:00
added ++ to copyright notes
This commit is contained in:
2
Makefile
2
Makefile
@ -1,5 +1,5 @@
|
||||
#
|
||||
# american fuzzy lop - makefile
|
||||
# american fuzzy lop++ - makefile
|
||||
# -----------------------------
|
||||
#
|
||||
# Written by Michal Zalewski
|
||||
|
2
afl-cmin
2
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
|
||||
|
2
afl-plot
2
afl-plot
@ -1,6 +1,6 @@
|
||||
#!/bin/sh
|
||||
#
|
||||
# american fuzzy lop - Advanced Persistent Graphing
|
||||
# american fuzzy lop++ - Advanced Persistent Graphing
|
||||
# -------------------------------------------------
|
||||
#
|
||||
# Written by Michal Zalewski
|
||||
|
@ -1,6 +1,6 @@
|
||||
#!/bin/sh
|
||||
#
|
||||
# american fuzzy lop - status check tool
|
||||
# american fuzzy lop++ - status check tool
|
||||
# --------------------------------------
|
||||
#
|
||||
# Written by Michal Zalewski
|
||||
|
@ -1,5 +1,5 @@
|
||||
#
|
||||
# american fuzzy lop - argvfuzz
|
||||
# american fuzzy lop++ - argvfuzz
|
||||
# --------------------------------
|
||||
#
|
||||
# Copyright 2019 Kjell Braden <afflux@pentabarf.de>
|
||||
|
@ -1,5 +1,5 @@
|
||||
/*
|
||||
american fuzzy lop - sample argv fuzzing wrapper
|
||||
american fuzzy lop++ - sample argv fuzzing wrapper
|
||||
------------------------------------------------
|
||||
|
||||
Written by Michal Zalewski
|
||||
|
@ -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>
|
||||
|
@ -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
|
||||
|
@ -1,7 +1,7 @@
|
||||
<html>
|
||||
<!--
|
||||
|
||||
american fuzzy lop - <canvas> harness
|
||||
american fuzzy lop++ - <canvas> harness
|
||||
-------------------------------------
|
||||
|
||||
Written by Michal Zalewski
|
||||
|
@ -1,6 +1,6 @@
|
||||
#!/bin/sh
|
||||
#
|
||||
# american fuzzy lop - clang assembly normalizer
|
||||
# american fuzzy lop++ - clang assembly normalizer
|
||||
# ----------------------------------------------
|
||||
#
|
||||
# Written by Michal Zalewski
|
||||
|
@ -1,6 +1,6 @@
|
||||
#!/bin/sh
|
||||
#
|
||||
# american fuzzy lop - crash triage utility
|
||||
# american fuzzy lop++ - crash triage utility
|
||||
# -----------------------------------------
|
||||
#
|
||||
# Written by Michal Zalewski
|
||||
|
@ -1,6 +1,6 @@
|
||||
#!/bin/sh
|
||||
#
|
||||
# american fuzzy lop - fuzzer synchronization tool
|
||||
# american fuzzy lop++ - fuzzer synchronization tool
|
||||
# ------------------------------------------------
|
||||
#
|
||||
# Written by Michal Zalewski
|
||||
|
@ -1,5 +1,5 @@
|
||||
/*
|
||||
american fuzzy lop - persistent mode example
|
||||
american fuzzy lop++ - persistent mode example
|
||||
--------------------------------------------
|
||||
|
||||
Written by Michal Zalewski
|
||||
|
@ -1,5 +1,5 @@
|
||||
/*
|
||||
american fuzzy lop - postprocessor library example
|
||||
american fuzzy lop++ - postprocessor library example
|
||||
--------------------------------------------------
|
||||
|
||||
Written by Michal Zalewski
|
||||
|
@ -1,5 +1,5 @@
|
||||
/*
|
||||
american fuzzy lop - postprocessor for PNG
|
||||
american fuzzy lop++ - postprocessor for PNG
|
||||
------------------------------------------
|
||||
|
||||
Written by Michal Zalewski
|
||||
|
@ -1,5 +1,5 @@
|
||||
#
|
||||
# american fuzzy lop - GCC plugin instrumentation
|
||||
# american fuzzy lop++ - GCC plugin instrumentation
|
||||
# -----------------------------------------------
|
||||
#
|
||||
# Written by Austin Seipp <aseipp@pobox.com> and
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -1,5 +1,5 @@
|
||||
#
|
||||
# american fuzzy lop - libdislocator
|
||||
# american fuzzy lop++ - libdislocator
|
||||
# ----------------------------------
|
||||
#
|
||||
# Written by Michal Zalewski
|
||||
|
@ -1,6 +1,6 @@
|
||||
/*
|
||||
|
||||
american fuzzy lop - dislocator, an abusive allocator
|
||||
american fuzzy lop++ - dislocator, an abusive allocator
|
||||
-----------------------------------------------------
|
||||
|
||||
Written by Michal Zalewski
|
||||
|
@ -1,5 +1,5 @@
|
||||
#
|
||||
# american fuzzy lop - libtokencap
|
||||
# american fuzzy lop++ - libtokencap
|
||||
# --------------------------------
|
||||
#
|
||||
# Written by Michal Zalewski
|
||||
|
@ -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
|
||||
|
@ -1,5 +1,5 @@
|
||||
#
|
||||
# american fuzzy lop - LLVM instrumentation
|
||||
# american fuzzy lop++ - LLVM instrumentation
|
||||
# -----------------------------------------
|
||||
#
|
||||
# Written by Laszlo Szekeres <lszekeres@google.com> and
|
||||
|
@ -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.
|
||||
|
@ -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.
|
||||
|
@ -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.
|
||||
|
@ -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
|
||||
|
@ -1,5 +1,5 @@
|
||||
#
|
||||
# american fuzzy lop - libcompcov
|
||||
# american fuzzy lop++ - libcompcov
|
||||
# --------------------------------
|
||||
#
|
||||
# Written by Andrea Fioraldi <andreafioraldi@gmail.com>
|
||||
|
@ -1,5 +1,5 @@
|
||||
#
|
||||
# american fuzzy lop - unsigaction
|
||||
# american fuzzy lop++ - unsigaction
|
||||
# --------------------------------
|
||||
#
|
||||
# Written by Andrea Fioraldi <andreafioraldi@gmail.com>
|
||||
|
@ -1,5 +1,5 @@
|
||||
/*
|
||||
american fuzzy lop - fuzzer code
|
||||
american fuzzy lop++ - fuzzer code
|
||||
--------------------------------
|
||||
|
||||
Originally written by Michal Zalewski
|
||||
|
@ -1,5 +1,5 @@
|
||||
/*
|
||||
american fuzzy lop - free CPU gizmo
|
||||
american fuzzy lop++ - free CPU gizmo
|
||||
-----------------------------------
|
||||
|
||||
Originally written by Michal Zalewski
|
||||
|
@ -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
|
||||
|
Reference in New Issue
Block a user