about summary refs log tree commit diff
path: root/Makefile
AgeCommit message (Collapse)Author
2020-02-25portability: replace GNU extension of date (-I) with posix "+%y-%m-%d"hexcoder-
2020-02-25left over README reference fixhexcoder-
2020-02-19gcc-10 supportvan Hauser
2020-02-19document build optionsvan Hauser
2020-02-19and make make work againvan Hauser
2020-02-18ASAN_BUILD makefile defineAndrea Fioraldi
2020-02-16add option -h and man page for afl-ashexcoder-
2020-02-11forgot to reenable the 2>/dev/nullhexcoder-
2020-02-11compatibility for GNU make 4.3, which behaves different forhexcoder-
lines with '#' like in ifeq "$(shell echo '\#include <sys/ipc.h> ... Now make v 4.3 wants ifeq "$(shell echo '#include <sys/ipc.h> ... In order to get it working with all GNU makes, we use a make variable for '#' called HASH
2020-02-08first work for OpenIndiana (solaris flavor)hexcoder-
2020-02-08add libpthread on NetBSDhexcoder-
2020-02-08build fixes for FreeBSD 11hexcoder-
2020-02-08fix for md changesvan Hauser
2020-02-07fix empty range bug in colorizationAndrea Fioraldi
2020-02-03python fixvan Hauser
2020-02-03refixed python 3.8Dominik Maier
2020-02-03Revert "fixed build on python 3.8"Dominik Maier
This reverts commit 9861213ad6449507bb4fa6003361da9e2bc6fd8c.
2020-02-03fixed build on python 3.8Dominik Maier
2020-02-03prefer python 3mvan Hauser
2020-02-03fix MDsvan Hauser
2020-02-03afl-showmap -i option addedvan Hauser
2020-02-03s/experimental\//examples\/gAndrea Fioraldi
2020-02-03broader python supportDominik Maier
2020-01-23afl-cmin final touchesvan Hauser
2020-01-18Intel test taken from lto branch, extended (as in test.sh), and tested on ↵hexcoder-
RaspberryPi
2020-01-18more fixes for python checkshexcoder-
2020-01-18fix some syntax errors regarding $(filter ...)hexcoder-
2020-01-17small change for march=nativevan Hauser
2020-01-17fixes for gcc 5.5 (does not understand -march=native) on NetBSDhexcoder-
2020-01-15fix for cc=clang and libradamsa optimizationvan Hauser
2020-01-15O3 is faster than Ofast ... duh ...van Hauser
2020-01-15stronger afl-fuzz performance compilationvan Hauser
2020-01-12renamed to unicornaflDominik Maier
2020-01-06moar moar copyrightsAndrea Fioraldi
2020-01-06Merge branch 'master' of github.com:vanhauser-thc/AFLplusplusAndrea Fioraldi
2020-01-06added ++ to copyright notesAndrea Fioraldi
2020-01-06minor fix for man page installvan Hauser
2019-12-31show correct python version and readme namevan Hauser
2019-12-31final touches before 2.60 2.60cvan Hauser
2019-12-30added testcases for afl-tmin and afl-cminvan Hauser
2019-12-30really ensure that all .test files are removed after they are not needed anymorevan Hauser
2019-12-28make clean beautificationvan Hauser
2019-12-25code formatAndrea Fioraldi
2019-12-24qemu ld_preload support and added socket_fuzzing ld_preload libraryvan Hauser
2019-12-24Merge pull request #152 from afflux/argvfuzzvan Hauser
argvfuzz preload for fuzzing binaries' argv
2019-12-24be sure to have directories for install targetsvan Hauser
2019-12-21argvfuzz preload for fuzzing binaries' argvKjell Braden
2019-12-18fix potential make clean errorvan Hauser
2019-12-18v2.59c release 2.59cvan Hauser
2019-12-17updated docsvan Hauser