about summary refs log tree commit diff
path: root/gcc_plugin
AgeCommit message (Collapse)Author
2020-04-08fix gcc_plugin Makefile (VPATH)hexcoder-
2020-04-08Makefile cleanuphexcoder-
2020-04-08gcc_plugin: portable Makefilehexcoder-
2020-04-08gcc_plugin fix compile for USEMMAPhexcoder-
2020-04-02rename all 'Makefile' to 'GNUmakefile', use -Werror for -flto checkshexcoder-
2020-04-01fix gccvan Hauser
2020-04-01gcc_plugin: fix compiler warnings regarding -O and FORTIFY_SOURCEhexcoder-
2020-04-01making 'CFLAGS="-m32" make source-only tests' workhexcoder-
2020-03-21avoid calling awk for 'which' replacement, use POSIX 'command -v' insteadhexcoder-
2020-03-20unicorn: increase timeout for unicorn test in build scripthexcoder-
2020-03-19moved repository to https://github.com/AFLplusplus/AFLplusplus and updated linksvan Hauser
2020-03-18Makefiles: replace 'which' with 'type'hexcoder-
2020-03-18Makefiles: prefer POSIX 'type' over 'which' for checkinghexcoder-
2020-03-18rework docs installationhexcoder-
2020-03-11honor afl_quiet on env var checks + code-formatvan Hauser
2020-03-10unified pointer placementDominik Maier
2020-03-09disable leaksanitizer when "make" ... morevan Hauser
2020-03-09removed warning in afl-gcc-pass.so.ccvan Hauser
2020-03-09honor no_quiet for missing llvm_mode output, also print to stderr with ↵van Hauser
afl-*-rt.o.c instead of stdout for errors plus two potential bad free() fixes
2020-03-04added __afl_final_loc to all compile RTsvan Hauser
2020-03-01fix #218 for GCC pluginAndrea Fioraldi
2020-02-29code-format, env.md fixes and adding -hh for env usage display into afl-fuzz ↵van Hauser
and Makefile
2020-02-28add env info to afl-fuzz (please review!), small clarifications in ↵hexcoder-
docs/env_variables.md
2020-02-28add env info to afl-gcc-fasthexcoder-
2020-02-28code-formatvan Hauser
2020-02-25afl-gcc change -> test.shvan Hauser
2020-02-25fix references to README docshexcoder-
2020-02-16fixvan Hauser
2020-02-16check for mistyped env varsvan Hauser
2020-02-16fix UBSAN handling, update docshexcoder-
2020-02-13fix issue #194 more seriouslyhexcoder-
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-03fix MDsvan Hauser
2020-02-03s/experimental\//examples\/gAndrea Fioraldi
2020-02-01adjust a bit readmesAndrea Fioraldi
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
2019-12-31v2.60d and year 2020 initvan Hauser
2019-12-30really ensure that all .test files are removed after they are not needed anymorevan Hauser
2019-12-30makefile clean fixvan Hauser
2019-12-03final touchesvan Hauser
2019-12-02getting very close with travisvan Hauser
2019-12-02code format (contributors, do it!)Andrea Fioraldi
2019-11-22compiler plugins, just create const constants once.David Carlier
2019-11-17fix wrong commitvan Hauser
2019-11-15not all CPUs know ondemandvan Hauser
2019-11-12fix linking error with tls storage, WIP for inline (not working yet)hexcoder-
2019-11-12enabled neverZero feature againhexcoder-
2019-11-12better do not rely on config info from gcchexcoder-