about summary refs log tree commit diff
path: root/gcc_plugin/afl-gcc-fast.c
AgeCommit message (Collapse)Author
2020-09-05first batch of changesvanhauser-thc
2020-07-06warn rather than fail if AFL_MAP_SIZE is set and not understood by instrumentervan Hauser
2020-07-06warn rather than fail if AFL_MAP_SIZE is set and not understood by instrumentervan Hauser
2020-06-30rename whitelist -> instrumentlistvan Hauser
2020-06-14Porting to Haiku.David Carlier
getrusage does not implement resident memory gathering, no shm api neither.
2020-04-23afl-gcc and afl-clang: fail when binary name can't be used to determine ↵Rick van Schijndel
build mode This is a continuation of PR #318. The goal is to prevent issues where binaries with the wrong name will silently pass control to the C compiler instead of failing. This makes it more explicit that aflplusplus relies on the name of the binary for correct compiler execution.
2020-04-17done implementing AFL_MAP_SIZEvan Hauser
2020-04-09fix compilers for empty AFL_CC/AFL_CXX envvan Hauser
2020-04-01fix gccvan Hauser
2020-03-11honor afl_quiet on env var checks + code-formatvan Hauser
2020-03-10unified pointer placementDominik Maier
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-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-gcc-fasthexcoder-
2020-02-28code-formatvan Hauser
2020-02-25afl-gcc change -> test.shvan Hauser
2020-02-16check for mistyped env varsvan Hauser
2020-02-16fix UBSAN handling, update docshexcoder-
2020-02-13fix issue #194 more seriouslyhexcoder-
2020-01-06added ++ to copyright notesAndrea Fioraldi
2019-12-03final touchesvan Hauser
2019-12-02getting very close with travisvan Hauser
2019-11-12gcc plugin little update proposal.David Carlier
like its llvm counterpart, passing the compiler chain used to avoid using necessarily AFL_CC/AFL_CXX.
2019-10-29copying LLVM mode no builtins.David Carlier
2019-10-22gcc_plugin adaptions Makefile help, man page SYNOPSIShexcoder-
2019-10-19Remove lcamtuf's old email from Google (not valid anymore), also remove ↵hexcoder-
maintainance from him.
2019-10-19add gcc_plugin to code formatter and run ithexcoder-
2019-10-18sync afl-fast-gcc with afl-clang-fast, add tests for gcc_pluginhexcoder-
2019-10-18reintegrate gcc_pluginhexcoder-
2019-07-21removed gcc_plugin from mastervan Hauser
2019-07-16added gcc_pluginvan Hauser