index
:
~cnx/afl++
this commit
dataflow
dev
run
stable
Security-oriented fuzzer
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
gcc_plugin
/
Makefile
Age
Commit message (
Expand
)
Author
2020-08-05
add sancov-like allow/denylist instrument feature
van Hauser
2020-06-30
rename whitelist -> instrumentlist
van Hauser
2020-05-16
non GNU Makefiles: message when gmake is not found, gcc_plugin portability
hexcoder-
2020-04-25
only build afl-gcc-fast if afl-gcc-pass could be build
van Hauser
2020-04-09
fix gcc_plugin Makefile (VPATH)
hexcoder-
2020-04-09
Makefile cleanup
hexcoder-
2020-04-09
gcc_plugin: portable Makefile
hexcoder-
2020-04-09
rename all 'Makefile' to 'GNUmakefile', use -Werror for -flto checks
hexcoder-
2020-04-01
gcc_plugin: fix compiler warnings regarding -O and FORTIFY_SOURCE
hexcoder-
2020-04-01
making 'CFLAGS="-m32" make source-only tests' work
hexcoder-
2020-03-21
avoid calling awk for 'which' replacement, use POSIX 'command -v' instead
hexcoder-
2020-03-20
unicorn: increase timeout for unicorn test in build script
hexcoder-
2020-03-19
moved repository to https://github.com/AFLplusplus/AFLplusplus and updated links
van Hauser
2020-03-18
Makefiles: replace 'which' with 'type'
hexcoder-
2020-03-18
Makefiles: prefer POSIX 'type' over 'which' for checking
hexcoder-
2020-03-18
rework docs installation
hexcoder-
2020-03-09
disable leaksanitizer when "make" ... more
van Hauser
2020-03-09
honor no_quiet for missing llvm_mode output, also print to stderr with afl-*-...
van Hauser
2020-02-28
add env info to afl-gcc-fast
hexcoder-
2020-02-16
fix
van Hauser
2020-02-16
check for mistyped env vars
van Hauser
2020-02-11
compatibility for GNU make 4.3, which behaves different for
hexcoder-
2020-01-06
moar moar copyrights
Andrea Fioraldi
2020-01-06
Merge branch 'master' of github.com:vanhauser-thc/AFLplusplus
Andrea Fioraldi
2020-01-06
added ++ to copyright notes
Andrea Fioraldi
2019-12-30
really ensure that all .test files are removed after they are not needed anymore
van Hauser
2019-12-30
makefile clean fix
van Hauser
2019-11-12
better do not rely on config info from gcc
hexcoder-
2019-11-12
gcc plugin little update proposal.
David Carlier
2019-10-22
gcc_plugin adaptions Makefile help, man page SYNOPSIS
hexcoder-
2019-10-19
Remove lcamtuf's old email from Google (not valid anymore), also remove maint...
hexcoder-
2019-10-18
reintegrate gcc_plugin
hexcoder-
2019-07-21
removed gcc_plugin from master
van Hauser
2019-07-19
enable AFL_QUIET again
Heiko Eißfeldt
2019-07-16
added gcc_plugin
van Hauser