diff --git a/Android.bp b/Android.bp index 9fdf6f04..e59129db 100644 --- a/Android.bp +++ b/Android.bp @@ -129,6 +129,7 @@ cc_library_static { vendor_available: true, host_supported: true, recovery_available: true, + sdk_version: "9", defaults: [ "afl-defaults", diff --git a/Makefile b/Makefile index db65e9ad..4a498a66 100644 --- a/Makefile +++ b/Makefile @@ -1,8 +1,8 @@ # -# american fuzzy lop - makefile +# american fuzzy lop++ - makefile # ----------------------------- # -# Written by Michal Zalewski +# Originally written by Michal Zalewski # # Copyright 2013, 2014, 2015, 2016, 2017 Google Inc. All rights reserved. # @@ -400,7 +400,7 @@ endif set -e; if [ -f afl-clang-fast ] ; then ln -sf afl-clang-fast $${DESTDIR}$(BIN_PATH)/afl-clang ; ln -sf afl-clang-fast $${DESTDIR}$(BIN_PATH)/afl-clang++ ; else ln -sf afl-gcc $${DESTDIR}$(BIN_PATH)/afl-clang ; ln -sf afl-gcc $${DESTDIR}$(BIN_PATH)/afl-clang++; fi mkdir -m 0755 -p ${DESTDIR}$(MAN_PATH) - install -m0644 -D *.8 ${DESTDIR}$(MAN_PATH) + install -m0644 *.8 ${DESTDIR}$(MAN_PATH) install -m 755 afl-as $${DESTDIR}$(HELPER_PATH) ln -sf afl-as $${DESTDIR}$(HELPER_PATH)/as diff --git a/afl-cmin b/afl-cmin index a7ded6b8..129ed209 100755 --- a/afl-cmin +++ b/afl-cmin @@ -1,9 +1,9 @@ #!/usr/bin/env sh # -# american fuzzy lop - corpus minimization tool +# american fuzzy lop++ - corpus minimization tool # --------------------------------------------- # -# Written by Michal Zalewski +# Originally written by Michal Zalewski # # Copyright 2014, 2015 Google Inc. All rights reserved. # diff --git a/afl-plot b/afl-plot index b6108a09..d99abff0 100755 --- a/afl-plot +++ b/afl-plot @@ -1,9 +1,9 @@ #!/bin/sh # -# american fuzzy lop - Advanced Persistent Graphing +# american fuzzy lop++ - Advanced Persistent Graphing # ------------------------------------------------- # -# Written by Michal Zalewski +# Originally written by Michal Zalewski # Based on a design & prototype by Michael Rash. # # Copyright 2014, 2015 Google Inc. All rights reserved. diff --git a/afl-whatsup b/afl-whatsup index 01f28aab..6a8c5669 100755 --- a/afl-whatsup +++ b/afl-whatsup @@ -1,11 +1,12 @@ #!/bin/sh # -# american fuzzy lop - status check tool -# -------------------------------------- +# american fuzzy lop++ - status check tool +# ---------------------------------------- # -# Written by Michal Zalewski +# Originally written by Michal Zalewski # # Copyright 2015 Google Inc. All rights reserved. +# Copyright 2019-2020 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/docs/ChangeLog b/docs/ChangeLog index 745f2587..d3b27e35 100644 --- a/docs/ChangeLog +++ b/docs/ChangeLog @@ -17,8 +17,9 @@ sending a mail to . Version ++2.60d (develop): -------------------------- - - exciting new stuff is coming up :-) - - all the best for the new year! + - afl-fuzz: + - now prints the real python version support compiled in + - added fix from Debian project to compile libdislocator and libtokencap -------------------------- diff --git a/experimental/argv_fuzzing/Makefile b/experimental/argv_fuzzing/Makefile index 917b24bc..7f9378e8 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-2020 Kjell Braden diff --git a/experimental/argv_fuzzing/argv-fuzz-inl.h b/experimental/argv_fuzzing/argv-fuzz-inl.h index 6b9be654..4d880020 100644 --- a/experimental/argv_fuzzing/argv-fuzz-inl.h +++ b/experimental/argv_fuzzing/argv-fuzz-inl.h @@ -1,8 +1,8 @@ /* - american fuzzy lop - sample argv fuzzing wrapper + american fuzzy lop++ - sample argv fuzzing wrapper ------------------------------------------------ - Written by Michal Zalewski + Originally written by Michal Zalewski Copyright 2015 Google Inc. All rights reserved. diff --git a/experimental/argv_fuzzing/argvfuzz.c b/experimental/argv_fuzzing/argvfuzz.c index 1e1c3822..4251ca4c 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-2020 Kjell Braden 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 and diff --git a/experimental/canvas_harness/canvas_harness.html b/experimental/canvas_harness/canvas_harness.html index 7b31d8b4..a37b6937 100644 --- a/experimental/canvas_harness/canvas_harness.html +++ b/experimental/canvas_harness/canvas_harness.html @@ -1,10 +1,10 @@