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
/
afl-gcc-pass.so.cc
Age
Commit message (
Expand
)
Author
2020-09-05
first batch of changes
vanhauser-thc
2020-06-30
rename whitelist -> instrumentlist
van Hauser
2020-05-29
code format
van Hauser
2020-05-29
gcc_plugin: better error message when compiler and plugin versions do not match
hexcoder-
2020-05-12
new code formatting + applied
van Hauser
2020-05-10
indenting preprocessor directives breaks compilation and cant be fixed, rever...
van Hauser
2020-05-10
fix warning, code format
van Hauser
2020-03-09
removed warning in afl-gcc-pass.so.cc
van Hauser
2020-02-29
code-format, env.md fixes and adding -hh for env usage display into afl-fuzz ...
van Hauser
2020-02-28
add env info to afl-fuzz (please review!), small clarifications in docs/env_v...
hexcoder-
2020-02-25
afl-gcc change -> test.sh
van Hauser
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-31
v2.60d and year 2020 init
van Hauser
2019-12-02
code format (contributors, do it!)
Andrea Fioraldi
2019-11-22
compiler plugins, just create const constants once.
David Carlier
2019-11-17
fix wrong commit
van Hauser
2019-11-15
not all CPUs know ondemand
van Hauser
2019-11-12
fix linking error with tls storage, WIP for inline (not working yet)
hexcoder-
2019-11-09
gcc plugin llittle update proposal to match better LLVM's
David Carlier
2019-10-25
Little compiler plugins rework regarding block location picked up.
David Carlier
2019-10-19
add gcc_plugin to code formatter and run it
hexcoder-
2019-10-18
sync afl-fast-gcc with afl-clang-fast, add tests for gcc_plugin
hexcoder-
2019-10-18
reintegrate gcc_plugin
hexcoder-
2019-07-21
removed gcc_plugin from master
van Hauser
2019-07-20
updated docs and crash issues with gcc_plugin
van Hauser
2019-07-16
added gcc_plugin
van Hauser