index
:
~cnx/afl++
this commit
dataflow
dev
run
stable
Security-oriented fuzzer
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Collapse
)
Author
2020-04-01
gcc_plugin: fix compiler warnings regarding -O and FORTIFY_SOURCE
hexcoder-
2020-04-01
llvm_mode: fix compiler warnings FORTIFY_SOURCE needs -O
hexcoder-
2020-04-01
making 'CFLAGS="-m32" make source-only tests' work
hexcoder-
2020-04-01
fix warning in afl-fuzz-run, tested with '-m32' also
hexcoder-
2020-04-01
fix detection compiles (e.g. python) when using CFLAGS="-m32"
hexcoder-
2020-04-01
if exponential growth is too much, don't doo it
Dominik Maier
2020-04-01
more custom mutator remodelling
Dominik Maier
2020-04-01
added nullptr fix by h1994st
Dominik Maier
2020-04-01
fixed leak
Dominik Maier
2020-04-01
code format
Dominik Maier
2020-04-01
part1 make it compilable for llvm 3.8.0 (ubuntu 16.04)
hexcoder-
2020-04-01
add CFI sanitizer
van Hauser
2020-04-01
less allocs
Dominik Maier
2020-04-01
not allocating paths anymore
Dominik Maier
2020-04-01
almost
Dominik Maier
2020-03-27
important llvm_mode Makefile fix
van Hauser
2020-03-27
example fixed
Dominik Maier
2020-03-27
docu
Dominik Maier
2020-03-27
more api
Dominik Maier
2020-03-27
Code Format (#275)
Rishi Ranjan
2020-03-27
edited custom mutator pre_save api
Dominik Maier
2020-03-27
updated with required changes
Ashis Kumar Singh
2020-03-27
code format
Dominik Maier
2020-03-27
fixed call of custom mutators
Dominik Maier
2020-03-27
fixed typos in README.md
Ashis Kumar Singh
2020-03-27
add "time without finds" to afl-whatsup
fuzzah
2020-03-27
fix doc link
van Hauser
2020-03-23
Merge pull request #269 from AFLplusplus/dev
Andrea Fioraldi
Dev
2020-03-23
Merge branch 'dev' of github.com:vanhauser-thc/AFLplusplus into dev
Andrea Fioraldi
2020-03-23
include afl-llvm-rt.o not only when linking
Andrea Fioraldi
2020-03-23
Merge pull request #266 from AFLplusplus/dev
van Hauser
2020-03-23
custom mutators might work again like this
Dominik Maier
2020-03-23
unsafer
Dominik Maier
2020-03-23
typo
van Hauser
2020-03-23
surgical_havoc_mutate() in custom mutator helpers
Andrea Fioraldi
2020-03-23
libasan.so is not a thing. libclang-rt.asan-ARCH.so is the asan DSO and it ↵
Andrea Fioraldi
is not linked by default. Search for __asan_init instead.
2020-03-23
update readme
Andrea Fioraldi
2020-03-23
update readme
Andrea Fioraldi
2020-03-23
better man page for afl-clang-*
van Hauser
2020-03-23
more fixes and code-format
van Hauser
2020-03-23
more fixes
van Hauser
2020-03-23
minor fixes
van Hauser
2020-03-23
less branches, cleanup
Dominik Maier
2020-03-22
Merge pull request #265 from devnexen/unicorn_python3_4_mac
van Hauser
Enforcing python3 for Mac too.
2020-03-22
little performance enhancements
van Hauser
2020-03-22
a little bit more performance
van Hauser
2020-03-22
Enforcing python3 for Mac too.
David Carlier
2020-03-22
detect arm in build_qemu_support.sh
Andrea Fioraldi
2020-03-22
nice -n -20 to commit test script
van Hauser
2020-03-22
fix travis
van Hauser
[next]